| Categories |
CategoriesJava Languages Net CLI User Interface |
|---|---|
| GroupId | GroupIdnet.java.dev.vcc.thirdparty |
| ArtifactId | ArtifactIdlibvirt-local-client |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| libvirt-local-client-0.0.2.pom | |
| libvirt-local-client-0.0.2.jar | 2 KB |
| libvirt-local-client-0.0.2-sources.jar | 324 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/net.java.dev.vcc.thirdparty/libvirt-local-client/ -->
<dependency>
<groupId>net.java.dev.vcc.thirdparty</groupId>
<artifactId>libvirt-local-client</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.vcc.thirdparty/libvirt-local-client/
implementation 'net.java.dev.vcc.thirdparty:libvirt-local-client:0.0.2'
// https://jarcasting.com/artifacts/net.java.dev.vcc.thirdparty/libvirt-local-client/
implementation ("net.java.dev.vcc.thirdparty:libvirt-local-client:0.0.2")
'net.java.dev.vcc.thirdparty:libvirt-local-client:jar:0.0.2'
<dependency org="net.java.dev.vcc.thirdparty" name="libvirt-local-client" rev="0.0.2">
<artifact name="libvirt-local-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.vcc.thirdparty', module='libvirt-local-client', version='0.0.2')
)
libraryDependencies += "net.java.dev.vcc.thirdparty" % "libvirt-local-client" % "0.0.2"
[net.java.dev.vcc.thirdparty/libvirt-local-client "0.0.2"]