java-callgraph

Programs for producing static call graphs for Java programs

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.adrninistrator
ArtifactId

ArtifactId

java-callgraph
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

java-callgraph
Programs for producing static call graphs for Java programs
Project URL

Project URL

https://github.com/Adrninistrator/java-callgraph
Source Code Management

Source Code Management

https://github.com/Adrninistrator/java-callgraph

Download java-callgraph

How to add to project

<!-- 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"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.apache.bcel : bcel jar 6.5.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0
0.0.5
0.0.3
0.0.2
0.0.1