| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdtop.marchand.java.utils |
| ArtifactId | ArtifactIdclasspath-utils |
| Last Version | Last Version1.02.01 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClasspath Utils
This project provide utility classes to query / modify classpath at runtime
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| classpath-utils-1.02.01.pom | |
| classpath-utils-1.02.01.jar | 7 KB |
| classpath-utils-1.02.01-sources.jar | 8 KB |
| classpath-utils-1.02.01-javadoc.jar | 36 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.02.01</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.java.utils/classpath-utils/
implementation 'top.marchand.java.utils:classpath-utils:1.02.01'
// https://jarcasting.com/artifacts/top.marchand.java.utils/classpath-utils/
implementation ("top.marchand.java.utils:classpath-utils:1.02.01")
'top.marchand.java.utils:classpath-utils:jar:1.02.01'
<dependency org="top.marchand.java.utils" name="classpath-utils" rev="1.02.01">
<artifact name="classpath-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.java.utils', module='classpath-utils', version='1.02.01')
)
libraryDependencies += "top.marchand.java.utils" % "classpath-utils" % "1.02.01"
[top.marchand.java.utils/classpath-utils "1.02.01"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |