| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery Сеть |
|---|---|
| Группа | Группаorg.jvnet.hudson |
| Идентификатор | Идентификаторbackend |
| Версия | Версия1.7 |
| Тип | Типpom |
| Описание |
ОписаниеHudson Backedn Stuff
Code that we use behind the scene.
|
| Имя Файла | Размер |
|---|---|
| backend-1.7.pom | 525 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/backend/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>backend</artifactId>
<version>1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/backend/
implementation 'org.jvnet.hudson:backend:1.7'
// https://jarcasting.com/artifacts/org.jvnet.hudson/backend/
implementation ("org.jvnet.hudson:backend:1.7")
'org.jvnet.hudson:backend:pom:1.7'
<dependency org="org.jvnet.hudson" name="backend" rev="1.7">
<artifact name="backend" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='backend', version='1.7')
)
libraryDependencies += "org.jvnet.hudson" % "backend" % "1.7"
[org.jvnet.hudson/backend "1.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8 |