| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.hudson |
| Идентификатор | Идентификаторhudson-core |
| Версия | Версия3.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hudson-core-3.1.1.pom | |
| hudson-core-3.1.1.jar | 4 MB |
| hudson-core-3.1.1-sources.jar | 3 MB |
| hudson-core-3.1.1-javadoc.jar | 6 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-core/ -->
<dependency>
<groupId>org.eclipse.hudson</groupId>
<artifactId>hudson-core</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-core/
implementation 'org.eclipse.hudson:hudson-core:3.1.1'
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-core/
implementation ("org.eclipse.hudson:hudson-core:3.1.1")
'org.eclipse.hudson:hudson-core:jar:3.1.1'
<dependency org="org.eclipse.hudson" name="hudson-core" rev="3.1.1">
<artifact name="hudson-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-core', version='3.1.1')
)
libraryDependencies += "org.eclipse.hudson" % "hudson-core" % "3.1.1"
[org.eclipse.hudson/hudson-core "3.1.1"]