License |
License |
---|---|
GroupId | GroupIdcom.github.waikato |
ArtifactId | ArtifactIdjclasslocator |
Last Version | Last Version0.0.19 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjclasslocator
Java library for analyzing the classpath of an application, used to determine class hierarchies.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jclasslocator-0.0.19.pom | |
jclasslocator-0.0.19.jar | 47 KB |
jclasslocator-0.0.19-sources.jar | 40 KB |
jclasslocator-0.0.19-javadoc.jar | 570 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.waikato/jclasslocator/ -->
<dependency>
<groupId>com.github.waikato</groupId>
<artifactId>jclasslocator</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waikato/jclasslocator/
implementation 'com.github.waikato:jclasslocator:0.0.19'
// https://jarcasting.com/artifacts/com.github.waikato/jclasslocator/
implementation ("com.github.waikato:jclasslocator:0.0.19")
'com.github.waikato:jclasslocator:jar:0.0.19'
<dependency org="com.github.waikato" name="jclasslocator" rev="0.0.19">
<artifact name="jclasslocator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waikato', module='jclasslocator', version='0.0.19')
)
libraryDependencies += "com.github.waikato" % "jclasslocator" % "0.0.19"
[com.github.waikato/jclasslocator "0.0.19"]