| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery Сеть |
|---|---|
| Группа | Группаorg.jvnet.hudson |
| Идентификатор | Идентификаторnetx |
| Версия | Версия0.5-hudson-2 |
| Тип | Типjar |
| Описание |
ОписаниеJNLP launcher
|
| Имя Файла | Размер |
|---|---|
| netx-0.5-hudson-2.pom | |
| netx-0.5-hudson-2.jar | 137 KB |
| netx-0.5-hudson-2-sources.jar | 137 KB |
| Обзор |
<!-- 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"]