GroupId | GroupIdorg.gridkit.jvmtool |
---|---|
ArtifactId | ArtifactIdgcflow |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
gcflow-0.3.pom | |
gcflow-0.3.jar | 13 KB |
gcflow-0.3-sources.jar | 5 KB |
gcflow-0.3-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.jvmtool/gcflow/ -->
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>gcflow</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/gcflow/
implementation 'org.gridkit.jvmtool:gcflow:0.3'
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/gcflow/
implementation ("org.gridkit.jvmtool:gcflow:0.3")
'org.gridkit.jvmtool:gcflow:jar:0.3'
<dependency org="org.gridkit.jvmtool" name="gcflow" rev="0.3">
<artifact name="gcflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.jvmtool', module='gcflow', version='0.3')
)
libraryDependencies += "org.gridkit.jvmtool" % "gcflow" % "0.3"
[org.gridkit.jvmtool/gcflow "0.3"]