License |
License |
---|---|
GroupId | GroupIdio.github.tzfun.jvmm |
ArtifactId | ArtifactIdjvmm-convey |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjvmm-convey
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-convey-1.2.1.pom | |
jvmm-convey-1.2.1.jar | 30 KB |
jvmm-convey-1.2.1-sources.jar | 14 KB |
jvmm-convey-1.2.1-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-convey/ -->
<dependency>
<groupId>io.github.tzfun.jvmm</groupId>
<artifactId>jvmm-convey</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-convey/
implementation 'io.github.tzfun.jvmm:jvmm-convey:1.2.1'
// https://jarcasting.com/artifacts/io.github.tzfun.jvmm/jvmm-convey/
implementation ("io.github.tzfun.jvmm:jvmm-convey:1.2.1")
'io.github.tzfun.jvmm:jvmm-convey:jar:1.2.1'
<dependency org="io.github.tzfun.jvmm" name="jvmm-convey" rev="1.2.1">
<artifact name="jvmm-convey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tzfun.jvmm', module='jvmm-convey', version='1.2.1')
)
libraryDependencies += "io.github.tzfun.jvmm" % "jvmm-convey" % "1.2.1"
[io.github.tzfun.jvmm/jvmm-convey "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.65.Final |
io.github.tzfun.jvmm : jvmm-common | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |