Class MavenDependency
- java.lang.Object
-
- de.quantummaid.httpmaid.chains.autoloading.MavenDependency
-
public final class MavenDependency extends Object
-
-
Constructor Summary
Constructors Constructor Description MavenDependency()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MavenDependencymavenDependency(String groupId, String artifactId, String version)Stringrender()
-
-
-
Method Detail
-
mavenDependency
public static MavenDependency mavenDependency(String groupId, String artifactId, String version)
-
render
public String render()
-
-