License |
License |
---|---|
GroupId | GroupIdorg.xenei |
ArtifactId | ArtifactIdclasspath-utils |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXenei Classpath Utilities
Classpath utilities to read/locate files and classes. Also classes to filter results.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationXENEI.com |
Filename | Size |
---|---|
classpath-utils-0.0.1.pom | |
classpath-utils-0.0.1.jar | 49 KB |
classpath-utils-0.0.1-sources.jar | 42 KB |
classpath-utils-0.0.1-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xenei/classpath-utils/ -->
<dependency>
<groupId>org.xenei</groupId>
<artifactId>classpath-utils</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xenei/classpath-utils/
implementation 'org.xenei:classpath-utils:0.0.1'
// https://jarcasting.com/artifacts/org.xenei/classpath-utils/
implementation ("org.xenei:classpath-utils:0.0.1")
'org.xenei:classpath-utils:jar:0.0.1'
<dependency org="org.xenei" name="classpath-utils" rev="0.0.1">
<artifact name="classpath-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xenei', module='classpath-utils', version='0.0.1')
)
libraryDependencies += "org.xenei" % "classpath-utils" % "0.0.1"
[org.xenei/classpath-utils "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |