| Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson |
| ArtifactId | ArtifactIdnetx |
| Version | Version0.5-hudson-2 |
| Type | Typejar |
| Description |
DescriptionJNLP launcher
|
| Filename | Size |
|---|---|
| netx-0.5-hudson-2.pom | |
| netx-0.5-hudson-2.jar | 137 KB |
| netx-0.5-hudson-2-sources.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/netx/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>netx</artifactId>
<version>0.5-hudson-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/netx/
implementation 'org.jvnet.hudson:netx:0.5-hudson-2'
// https://jarcasting.com/artifacts/org.jvnet.hudson/netx/
implementation ("org.jvnet.hudson:netx:0.5-hudson-2")
'org.jvnet.hudson:netx:jar:0.5-hudson-2'
<dependency org="org.jvnet.hudson" name="netx" rev="0.5-hudson-2">
<artifact name="netx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='netx', version='0.5-hudson-2')
)
libraryDependencies += "org.jvnet.hudson" % "netx" % "0.5-hudson-2"
[org.jvnet.hudson/netx "0.5-hudson-2"]