Package pers.neige.neigeitems.maven
Class MavenDependency
-
- All Implemented Interfaces:
public final class MavenDependencymaven依赖
-
-
Constructor Summary
Constructors Constructor Description MavenDependency(String libPath, String groupId, String artifactId, String version, Array<String> repos)MavenDependency(String groupId, String artifactId, String version, Array<String> repos)MavenDependency(String groupId, String artifactId, String version, String repo)MavenDependency(String groupId, String artifactId, String version)
-