License |
License |
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
GroupId | GroupIdorg.jvnet.hudson.main |
ArtifactId | ArtifactIdremoting |
Last Version | Last Version1.395 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHudson remoting layer
Contains the bootstrap code to bridge separate JVMs into a single semi-shared space.
Reusable outside Hudson.
|
Project URL |
Project URL |
Filename | Size |
---|---|
remoting-1.395.pom | |
remoting-1.395.jar | 62 KB |
remoting-1.395-sources.jar | 31 KB |
remoting-1.395-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.main/remoting/ -->
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>remoting</artifactId>
<version>1.395</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/remoting/
implementation 'org.jvnet.hudson.main:remoting:1.395'
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/remoting/
implementation ("org.jvnet.hudson.main:remoting:1.395")
'org.jvnet.hudson.main:remoting:jar:1.395'
<dependency org="org.jvnet.hudson.main" name="remoting" rev="1.395">
<artifact name="remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.main', module='remoting', version='1.395')
)
libraryDependencies += "org.jvnet.hudson.main" % "remoting" % "1.395"
[org.jvnet.hudson.main/remoting "1.395"]
Group / Artifact | Type | Version |
---|---|---|
org.jvnet : animal-sniffer-annotation Optional | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.0.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8 |
asm : asm-all | jar | 2.2.3 |
commons-codec : commons-codec | jar | 1.3 |
commons-io : commons-io | jar | 1.4 |