v

vmconsole

An API that makes it easy to monitor virtual machines
https://github.com/tzfun/VmConsole-Api
Apache 2
beifengtz
Files download
File Operation
vmconsole-1.1.0.jar download
vmconsole-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.tzfun</groupId>
  <artifactId>vmconsole</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tzfun:vmconsole:1.1.0'
Gradle Kotlin
implementation("com.github.tzfun:vmconsole:1.1.0")
Scala SBT
libraryDependencies += "com.github.tzfun" % "vmconsole" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tzfun', module='vmconsole', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.tzfun" name="vmconsole" rev="1.1.0" />
Leiningen
[com.github.tzfun/vmconsole "1.1.0"]
Apache Buildr
'com.github.tzfun:vmconsole:jar:1.1.0'