Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.adrmal |
ArtifactId | ArtifactIdpeka-vm-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionPEKA VM Client
Java library for access data from REST API related to PEKA Virtual Monitor.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
peka-vm-client-1.0.0.pom | |
peka-vm-client-1.0.0.jar | 21 KB |
peka-vm-client-1.0.0-sources.jar | 12 KB |
peka-vm-client-1.0.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adrmal/peka-vm-client/ -->
<dependency>
<groupId>com.github.adrmal</groupId>
<artifactId>peka-vm-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adrmal/peka-vm-client/
implementation 'com.github.adrmal:peka-vm-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.adrmal/peka-vm-client/
implementation ("com.github.adrmal:peka-vm-client:1.0.0")
'com.github.adrmal:peka-vm-client:jar:1.0.0'
<dependency org="com.github.adrmal" name="peka-vm-client" rev="1.0.0">
<artifact name="peka-vm-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adrmal', module='peka-vm-client', version='1.0.0')
)
libraryDependencies += "com.github.adrmal" % "peka-vm-client" % "1.0.0"
[com.github.adrmal/peka-vm-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.resteasy : resteasy-client | jar | 4.2.0.Final |
com.google.code.gson : gson | jar | 2.8.5 |
com.google.guava : guava | jar | 28.0-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.13.2 |