is not current version
Last Version 0.0.19

com.github.waikato:jclasslocator 0.0.14

Java library for analyzing the classpath of an application, used to determine class hierarchies.

GroupId

GroupId

com.github.waikato
ArtifactId

ArtifactId

jclasslocator
Version

Version

0.0.14
Type

Type

jar

Download jclasslocator 0.0.14


<!-- https://jarcasting.com/artifacts/com.github.waikato/jclasslocator/ -->
<dependency>
    <groupId>com.github.waikato</groupId>
    <artifactId>jclasslocator</artifactId>
    <version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waikato/jclasslocator/
implementation 'com.github.waikato:jclasslocator:0.0.14'
// https://jarcasting.com/artifacts/com.github.waikato/jclasslocator/
implementation ("com.github.waikato:jclasslocator:0.0.14")
'com.github.waikato:jclasslocator:jar:0.0.14'
<dependency org="com.github.waikato" name="jclasslocator" rev="0.0.14">
  <artifact name="jclasslocator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waikato', module='jclasslocator', version='0.0.14')
)
libraryDependencies += "com.github.waikato" % "jclasslocator" % "0.0.14"
[com.github.waikato/jclasslocator "0.0.14"]