License |
License |
---|---|
Categories |
CategoriesJava Languages Net CLI User Interface |
GroupId | GroupIdnet.java.dev.vcc.thirdparty |
ArtifactId | ArtifactIdlibvirt-proxy-client |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibvirt proxy client implementation
This is an implementation of the Java binding of the libvirt api which connects to
a libvirt-proxy-server.
|
Filename | Size |
---|---|
libvirt-proxy-client-0.0.4.pom | |
libvirt-proxy-client-0.0.4.jar | 2 KB |
libvirt-proxy-client-0.0.4-sources.jar | 324 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.dev.vcc.thirdparty/libvirt-proxy-client/ -->
<dependency>
<groupId>net.java.dev.vcc.thirdparty</groupId>
<artifactId>libvirt-proxy-client</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.vcc.thirdparty/libvirt-proxy-client/
implementation 'net.java.dev.vcc.thirdparty:libvirt-proxy-client:0.0.4'
// https://jarcasting.com/artifacts/net.java.dev.vcc.thirdparty/libvirt-proxy-client/
implementation ("net.java.dev.vcc.thirdparty:libvirt-proxy-client:0.0.4")
'net.java.dev.vcc.thirdparty:libvirt-proxy-client:jar:0.0.4'
<dependency org="net.java.dev.vcc.thirdparty" name="libvirt-proxy-client" rev="0.0.4">
<artifact name="libvirt-proxy-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.vcc.thirdparty', module='libvirt-proxy-client', version='0.0.4')
)
libraryDependencies += "net.java.dev.vcc.thirdparty" % "libvirt-proxy-client" % "0.0.4"
[net.java.dev.vcc.thirdparty/libvirt-proxy-client "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.vcc.thirdparty : libvirt-api | jar | 0.0.4 |