License |
License |
---|---|
GroupId | GroupIdio.github.tzfun.jvmm |
ArtifactId | ArtifactIdjvmm-core |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionjvmm-core
Provides access to operating system, process, thread and other information during Java runtime.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jvmm-core-1.2.0.pom | |
jvmm-core-1.2.0.jar | 884 KB |
jvmm-core-1.2.0-sources.jar | 863 KB |
jvmm-core-1.2.0-javadoc.jar | 127 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/
implementation 'io.github.tzfun.jvmm:jvmm-core:1.2.0'
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/
implementation ("io.github.tzfun.jvmm:jvmm-core:1.2.0")
'io.github.tzfun.jvmm:jvmm-core:jar:1.2.0'
<dependency org="io.github.tzfun.jvmm" name="jvmm-core" rev="1.2.0">
<artifact name="jvmm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tzfun.jvmm', module='jvmm-core', version='1.2.0')
)
libraryDependencies += "io.github.tzfun.jvmm" % "jvmm-core" % "1.2.0"
[io.github.tzfun.jvmm/jvmm-core "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.tzfun.jvmm : jvmm-common | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |