| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.hudson |
| Идентификатор | Идентификаторhudson-remoting |
| Последняя версия | Последняя версия3.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHudson :: Remoting Layer
Contains the bootstrap code to bridge separate JVMs into a single semi-shared space.
Reusable outside Hudson.
|
| Имя Файла | Размер |
|---|---|
| hudson-remoting-3.0.3.pom | |
| hudson-remoting-3.0.3.jar | 262 KB |
| hudson-remoting-3.0.3-sources.jar | 137 KB |
| hudson-remoting-3.0.3-javadoc.jar | 256 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-remoting/ -->
<dependency>
<groupId>org.eclipse.hudson</groupId>
<artifactId>hudson-remoting</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-remoting/
implementation 'org.eclipse.hudson:hudson-remoting:3.0.3'
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-remoting/
implementation ("org.eclipse.hudson:hudson-remoting:3.0.3")
'org.eclipse.hudson:hudson-remoting:jar:3.0.3'
<dependency org="org.eclipse.hudson" name="hudson-remoting" rev="3.0.3">
<artifact name="hudson-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-remoting', version='3.0.3')
)
libraryDependencies += "org.eclipse.hudson" % "hudson-remoting" % "3.0.3"
[org.eclipse.hudson/hudson-remoting "3.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-codec : commons-codec | jar | 1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| args4j : args4j | jar | 2.0.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| asm : asm-all | jar | 2.2.3 |
| commons-io : commons-io | jar | 2.0.1 |