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