Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdtop.marchand.java.utils |
ArtifactId | ArtifactIdclasspath-utils |
Version | Version1.00.00 |
Type | Typejar |
Filename | Size |
---|---|
classpath-utils-1.00.00.pom | |
classpath-utils-1.00.00.jar | 6 KB |
classpath-utils-1.00.00-sources.jar | 6 KB |
classpath-utils-1.00.00-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.marchand.java.utils/classpath-utils/ -->
<dependency>
<groupId>top.marchand.java.utils</groupId>
<artifactId>classpath-utils</artifactId>
<version>1.00.00</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.java.utils/classpath-utils/
implementation 'top.marchand.java.utils:classpath-utils:1.00.00'
// https://jarcasting.com/artifacts/top.marchand.java.utils/classpath-utils/
implementation ("top.marchand.java.utils:classpath-utils:1.00.00")
'top.marchand.java.utils:classpath-utils:jar:1.00.00'
<dependency org="top.marchand.java.utils" name="classpath-utils" rev="1.00.00">
<artifact name="classpath-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.java.utils', module='classpath-utils', version='1.00.00')
)
libraryDependencies += "top.marchand.java.utils" % "classpath-utils" % "1.00.00"
[top.marchand.java.utils/classpath-utils "1.00.00"]