is not current version
Last Version 0.2.0

com.github.adrninistrator:java-callgraph 0.1.0

Programs for producing static call graphs for Java programs

Categories

Categories

Java Languages
GroupId

GroupId

com.github.adrninistrator
ArtifactId

ArtifactId

java-callgraph
Version

Version

0.1.0
Type

Type

pom

Download java-callgraph 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph/ -->
<dependency>
    <groupId>com.github.adrninistrator</groupId>
    <artifactId>java-callgraph</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph/
implementation 'com.github.adrninistrator:java-callgraph:0.1.0'
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph/
implementation ("com.github.adrninistrator:java-callgraph:0.1.0")
'com.github.adrninistrator:java-callgraph:pom:0.1.0'
<dependency org="com.github.adrninistrator" name="java-callgraph" rev="0.1.0">
  <artifact name="java-callgraph" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.adrninistrator', module='java-callgraph', version='0.1.0')
)
libraryDependencies += "com.github.adrninistrator" % "java-callgraph" % "0.1.0"
[com.github.adrninistrator/java-callgraph "0.1.0"]