License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.dev.vcc |
ArtifactId | ArtifactIdvcc-api |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVirtual Computer Control API
The API for control of virtual computers running on a virtual computer host
|
Filename | Size |
---|---|
vcc-api-0.0.3.pom | |
vcc-api-0.0.3.jar | 47 KB |
vcc-api-0.0.3-sources.jar | 34 KB |
vcc-api-0.0.3-javadoc.jar | 236 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.dev.vcc/vcc-api/ -->
<dependency>
<groupId>net.java.dev.vcc</groupId>
<artifactId>vcc-api</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.vcc/vcc-api/
implementation 'net.java.dev.vcc:vcc-api:0.0.3'
// https://jarcasting.com/artifacts/net.java.dev.vcc/vcc-api/
implementation ("net.java.dev.vcc:vcc-api:0.0.3")
'net.java.dev.vcc:vcc-api:jar:0.0.3'
<dependency org="net.java.dev.vcc" name="vcc-api" rev="0.0.3">
<artifact name="vcc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.vcc', module='vcc-api', version='0.0.3')
)
libraryDependencies += "net.java.dev.vcc" % "vcc-api" % "0.0.3"
[net.java.dev.vcc/vcc-api "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |