GroupId | GroupIdio.github.tzfun.jvmm |
---|---|
ArtifactId | ArtifactIdjvmm-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jvmm-core-1.1.0.pom | |
jvmm-core-1.1.0.jar | 883 KB |
jvmm-core-1.1.0-sources.jar | 862 KB |
jvmm-core-1.1.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/ -->
<dependency>
<groupId>io.github.tzfun.jvmm</groupId>
<artifactId>jvmm-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/
implementation 'io.github.tzfun.jvmm:jvmm-core:1.1.0'
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/
implementation ("io.github.tzfun.jvmm:jvmm-core:1.1.0")
'io.github.tzfun.jvmm:jvmm-core:jar:1.1.0'
<dependency org="io.github.tzfun.jvmm" name="jvmm-core" rev="1.1.0">
<artifact name="jvmm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tzfun.jvmm', module='jvmm-core', version='1.1.0')
)
libraryDependencies += "io.github.tzfun.jvmm" % "jvmm-core" % "1.1.0"
[io.github.tzfun.jvmm/jvmm-core "1.1.0"]