Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.adrninistrator |
ArtifactId | ArtifactIdjava-callgraph |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
java-callgraph-0.0.3.pom | |
java-callgraph-0.0.3-sources.jar | 16 KB |
java-callgraph-0.0.3-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.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph/
implementation 'com.github.adrninistrator:java-callgraph:0.0.3'
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph/
implementation ("com.github.adrninistrator:java-callgraph:0.0.3")
'com.github.adrninistrator:java-callgraph:pom:0.0.3'
<dependency org="com.github.adrninistrator" name="java-callgraph" rev="0.0.3">
<artifact name="java-callgraph" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.adrninistrator', module='java-callgraph', version='0.0.3')
)
libraryDependencies += "com.github.adrninistrator" % "java-callgraph" % "0.0.3"
[com.github.adrninistrator/java-callgraph "0.0.3"]