All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gv2011.m2t.ArtifactMarker Maven / Gradle / Ivy

The newest version!
package com.github.gv2011.m2t;

public interface ArtifactMarker {

  public static final String POM_PROPERTIES = "pom.properties";

  Module module();

  Package basePackage();

  ArtifactRef artifactRef();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy