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