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