| License |
License |
|---|---|
| GroupId | GroupIdorg.bithill |
| ArtifactId | ArtifactIdclassycle |
| Last Version | Last Version1.4.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClassycle
dependency analysis tool based on bytecode inspection
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| classycle-1.4.4.pom | |
| classycle-1.4.4.jar | 142 KB |
| classycle-1.4.4-sources.jar | 158 KB |
| classycle-1.4.4-javadoc.jar | 438 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bithill/classycle/ -->
<dependency>
<groupId>org.bithill</groupId>
<artifactId>classycle</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bithill/classycle/
implementation 'org.bithill:classycle:1.4.4'
// https://jarcasting.com/artifacts/org.bithill/classycle/
implementation ("org.bithill:classycle:1.4.4")
'org.bithill:classycle:jar:1.4.4'
<dependency org="org.bithill" name="classycle" rev="1.4.4">
<artifact name="classycle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bithill', module='classycle', version='1.4.4')
)
libraryDependencies += "org.bithill" % "classycle" % "1.4.4"
[org.bithill/classycle "1.4.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |