blob: 85125ce8b89fc83c38393740a058d6654974c936 [file] [log] [blame]
package aQute.bnd.maven;
public interface BsnToMavenPath {
String[] getGroupAndArtifact(String bsn);
}