Categories |
CategoriesJava Languages H2 Data Databases |
---|---|
GroupId | GroupIdcom.github.adrninistrator |
ArtifactId | ArtifactIdjava-callgraph2 |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
java-callgraph2-0.1.1.pom | |
java-callgraph2-0.1.1-sources.jar | 26 KB |
java-callgraph2-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph2/ -->
<dependency>
<groupId>com.github.adrninistrator</groupId>
<artifactId>java-callgraph2</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph2/
implementation 'com.github.adrninistrator:java-callgraph2:0.1.1'
// https://jarcasting.com/artifacts/com.github.adrninistrator/java-callgraph2/
implementation ("com.github.adrninistrator:java-callgraph2:0.1.1")
'com.github.adrninistrator:java-callgraph2:pom:0.1.1'
<dependency org="com.github.adrninistrator" name="java-callgraph2" rev="0.1.1">
<artifact name="java-callgraph2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.adrninistrator', module='java-callgraph2', version='0.1.1')
)
libraryDependencies += "com.github.adrninistrator" % "java-callgraph2" % "0.1.1"
[com.github.adrninistrator/java-callgraph2 "0.1.1"]