| GroupId | GroupIdorg.gridkit.jvmtool |
|---|---|
| ArtifactId | ArtifactIdhprof-oql-engine |
| Version | Version0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hprof-oql-engine-0.1.pom | |
| hprof-oql-engine-0.1.jar | 51 KB |
| hprof-oql-engine-0.1-sources.jar | 33 KB |
| hprof-oql-engine-0.1-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.jvmtool/hprof-oql-engine/ -->
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>hprof-oql-engine</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/hprof-oql-engine/
implementation 'org.gridkit.jvmtool:hprof-oql-engine:0.1'
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/hprof-oql-engine/
implementation ("org.gridkit.jvmtool:hprof-oql-engine:0.1")
'org.gridkit.jvmtool:hprof-oql-engine:jar:0.1'
<dependency org="org.gridkit.jvmtool" name="hprof-oql-engine" rev="0.1">
<artifact name="hprof-oql-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.jvmtool', module='hprof-oql-engine', version='0.1')
)
libraryDependencies += "org.gridkit.jvmtool" % "hprof-oql-engine" % "0.1"
[org.gridkit.jvmtool/hprof-oql-engine "0.1"]