| GroupId | GroupIdorg.gridkit.jvmtool |
|---|---|
| ArtifactId | ArtifactIdheaplib-pom |
| Version | Version0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| heaplib-pom-0.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.jvmtool/heaplib-pom/ -->
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>heaplib-pom</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/heaplib-pom/
implementation 'org.gridkit.jvmtool:heaplib-pom:0.1'
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/heaplib-pom/
implementation ("org.gridkit.jvmtool:heaplib-pom:0.1")
'org.gridkit.jvmtool:heaplib-pom:pom:0.1'
<dependency org="org.gridkit.jvmtool" name="heaplib-pom" rev="0.1">
<artifact name="heaplib-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.jvmtool', module='heaplib-pom', version='0.1')
)
libraryDependencies += "org.gridkit.jvmtool" % "heaplib-pom" % "0.1"
[org.gridkit.jvmtool/heaplib-pom "0.1"]