jvmm-core

Provides access to operating system, process, thread and other information during Java runtime.

License

License

GroupId

GroupId

io.github.tzfun.jvmm
ArtifactId

ArtifactId

jvmm-core
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

jvmm-core
Provides access to operating system, process, thread and other information during Java runtime.
Project URL

Project URL

https://github.com/tzfun/jvmm
Source Code Management

Source Code Management

https://github.com/tzfun/jvmm

Download jvmm-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/ -->
<dependency>
    <groupId>io.github.tzfun.jvmm</groupId>
    <artifactId>jvmm-core</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/
implementation 'io.github.tzfun.jvmm:jvmm-core:1.2.1'
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-core/
implementation ("io.github.tzfun.jvmm:jvmm-core:1.2.1")
'io.github.tzfun.jvmm:jvmm-core:jar:1.2.1'
<dependency org="io.github.tzfun.jvmm" name="jvmm-core" rev="1.2.1">
  <artifact name="jvmm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tzfun.jvmm', module='jvmm-core', version='1.2.1')
)
libraryDependencies += "io.github.tzfun.jvmm" % "jvmm-core" % "1.2.1"
[io.github.tzfun.jvmm/jvmm-core "1.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.tzfun.jvmm : jvmm-common jar 1.2.1

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0
1.1.0
1.0.0