Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.joel1di1 |
ArtifactId | ArtifactIdmaven-classpath-plugin |
Version | Version1.2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.joel1di1/maven-classpath-plugin/ -->
<dependency>
<groupId>com.github.joel1di1</groupId>
<artifactId>maven-classpath-plugin</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joel1di1/maven-classpath-plugin/
implementation 'com.github.joel1di1:maven-classpath-plugin:1.2.6'
// https://jarcasting.com/artifacts/com.github.joel1di1/maven-classpath-plugin/
implementation ("com.github.joel1di1:maven-classpath-plugin:1.2.6")
'com.github.joel1di1:maven-classpath-plugin:jar:1.2.6'
<dependency org="com.github.joel1di1" name="maven-classpath-plugin" rev="1.2.6">
<artifact name="maven-classpath-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joel1di1', module='maven-classpath-plugin', version='1.2.6')
)
libraryDependencies += "com.github.joel1di1" % "maven-classpath-plugin" % "1.2.6"
[com.github.joel1di1/maven-classpath-plugin "1.2.6"]