Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdvirtualbox |
Version | Version1.6-rev4 |
Type | Typejar |
Filename | Size |
---|---|
virtualbox-1.6-rev4.pom | |
virtualbox-1.6-rev4.jar | 768 KB |
virtualbox-1.6-rev4-sources.jar | 840 KB |
virtualbox-1.6-rev4-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/virtualbox/ -->
<dependency>
<groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>virtualbox</artifactId>
<version>1.6-rev4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/virtualbox/
implementation 'org.jvnet.jax-ws-commons:virtualbox:1.6-rev4'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/virtualbox/
implementation ("org.jvnet.jax-ws-commons:virtualbox:1.6-rev4")
'org.jvnet.jax-ws-commons:virtualbox:jar:1.6-rev4'
<dependency org="org.jvnet.jax-ws-commons" name="virtualbox" rev="1.6-rev4">
<artifact name="virtualbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='virtualbox', version='1.6-rev4')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "virtualbox" % "1.6-rev4"
[org.jvnet.jax-ws-commons/virtualbox "1.6-rev4"]