License |
License |
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdhudson-remoting |
Last Version | Last Version3.0.0-M2 |
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 Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
hudson-remoting-3.0.0-M2.pom | |
hudson-remoting-3.0.0-M2.jar | 263 KB |
hudson-remoting-3.0.0-M2-sources.jar | 138 KB |
hudson-remoting-3.0.0-M2-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-remoting/ -->
<dependency>
<groupId>org.eclipse.hudson.main</groupId>
<artifactId>hudson-remoting</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-remoting/
implementation 'org.eclipse.hudson.main:hudson-remoting:3.0.0-M2'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-remoting/
implementation ("org.eclipse.hudson.main:hudson-remoting:3.0.0-M2")
'org.eclipse.hudson.main:hudson-remoting:jar:3.0.0-M2'
<dependency org="org.eclipse.hudson.main" name="hudson-remoting" rev="3.0.0-M2">
<artifact name="hudson-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson-remoting', version='3.0.0-M2')
)
libraryDependencies += "org.eclipse.hudson.main" % "hudson-remoting" % "3.0.0-M2"
[org.eclipse.hudson.main/hudson-remoting "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.0.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
asm : asm-all | jar | 2.2.3 |
commons-io : commons-io | jar | 2.0.1 |