is not current version
Last Version 0.1.8

com.github.adrninistrator:java-callgraph2 0.0.2

Programs for producing static call graphs for Java programs

Categories

Categories

Java Languages H2 Data Databases
GroupId

GroupId

com.github.adrninistrator
ArtifactId

ArtifactId

java-callgraph2
Version

Version

0.0.2
Type

Type

pom

Download java-callgraph2 0.0.2


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