| License |
License |
|---|---|
| GroupId | GroupIdcom.google.classpath-explorer |
| ArtifactId | ArtifactIdclasspath-explorer |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClasspath explorer
Library which allows discovering classes at runtime
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| classpath-explorer-1.0.pom | |
| classpath-explorer-1.0.jar | 14 KB |
| classpath-explorer-1.0-sources.jar | 8 KB |
| classpath-explorer-1.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.classpath-explorer/classpath-explorer/ -->
<dependency>
<groupId>com.google.classpath-explorer</groupId>
<artifactId>classpath-explorer</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.classpath-explorer/classpath-explorer/
implementation 'com.google.classpath-explorer:classpath-explorer:1.0'
// https://jarcasting.com/artifacts/com.google.classpath-explorer/classpath-explorer/
implementation ("com.google.classpath-explorer:classpath-explorer:1.0")
'com.google.classpath-explorer:classpath-explorer:jar:1.0'
<dependency org="com.google.classpath-explorer" name="classpath-explorer" rev="1.0">
<artifact name="classpath-explorer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.classpath-explorer', module='classpath-explorer', version='1.0')
)
libraryDependencies += "com.google.classpath-explorer" % "classpath-explorer" % "1.0"
[com.google.classpath-explorer/classpath-explorer "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3 |