Uses of Class
org.scijava.meta.POM
-
-
Uses of POM in org.scijava.meta
Methods in org.scijava.meta that return POM Modifier and Type Method Description static POMPOM. pom(Class<?> c)Gets the Maven POM associated with the given class.static POMPOM. pom(Class<?> c, String groupId, String artifactId)Gets the Maven POM associated with the given class.Methods in org.scijava.meta that return types with arguments of type POM Modifier and Type Method Description static List<POM>POM. allPOMs()Gets all available Maven POMs on the class path.Methods in org.scijava.meta with parameters of type POM Modifier and Type Method Description intPOM. compareTo(POM pom)
-