License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.dev.vcc |
ArtifactId | ArtifactIdvcc-utils |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVirtual Computer Control Common Utility Classes
Common Utility classes used by implementations of vcc-api
|
Filename | Size |
---|---|
vcc-utils-0.0.3.pom | |
vcc-utils-0.0.3.jar | 5 KB |
vcc-utils-0.0.3-sources.jar | 3 KB |
vcc-utils-0.0.3-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.dev.vcc/vcc-utils/ -->
<dependency>
<groupId>net.java.dev.vcc</groupId>
<artifactId>vcc-utils</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.vcc/vcc-utils/
implementation 'net.java.dev.vcc:vcc-utils:0.0.3'
// https://jarcasting.com/artifacts/net.java.dev.vcc/vcc-utils/
implementation ("net.java.dev.vcc:vcc-utils:0.0.3")
'net.java.dev.vcc:vcc-utils:jar:0.0.3'
<dependency org="net.java.dev.vcc" name="vcc-utils" rev="0.0.3">
<artifact name="vcc-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.vcc', module='vcc-utils', version='0.0.3')
)
libraryDependencies += "net.java.dev.vcc" % "vcc-utils" % "0.0.3"
[net.java.dev.vcc/vcc-utils "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |