License |
License |
---|---|
Categories |
CategoriesJava Languages H2 Data Databases |
GroupId | GroupIdcom.github.adrninistrator |
ArtifactId | ArtifactIdjava-callgraph2 |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjava-callgraph2
Programs for producing static call graphs for Java programs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-callgraph2-0.1.8.pom | |
java-callgraph2-0.1.8-sources.jar | 18 KB |
java-callgraph2-0.1.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph2/ -->
<dependency>
<groupId>com.github.adrninistrator</groupId>
<artifactId>java-callgraph2</artifactId>
<version>0.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph2/
implementation 'com.github.adrninistrator:java-callgraph2:0.1.8'
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph2/
implementation ("com.github.adrninistrator:java-callgraph2:0.1.8")
'com.github.adrninistrator:java-callgraph2:pom:0.1.8'
<dependency org="com.github.adrninistrator" name="java-callgraph2" rev="0.1.8">
<artifact name="java-callgraph2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.adrninistrator', module='java-callgraph2', version='0.1.8')
)
libraryDependencies += "com.github.adrninistrator" % "java-callgraph2" % "0.1.8"
[com.github.adrninistrator/java-callgraph2 "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.bcel : bcel | jar | 6.5.0 |