| Группа | Группаio.fabric8.jube |
|---|---|
| Идентификатор | Идентификаторjube-buildtools |
| Версия | Версия2.0.36 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jube-buildtools-2.0.36.pom | |
| jube-buildtools-2.0.36.jar | 6 KB |
| jube-buildtools-2.0.36-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube/jube-buildtools/ -->
<dependency>
<groupId>io.fabric8.jube</groupId>
<artifactId>jube-buildtools</artifactId>
<version>2.0.36</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/jube-buildtools/
implementation 'io.fabric8.jube:jube-buildtools:2.0.36'
// https://jarcasting.com/artifacts/io.fabric8.jube/jube-buildtools/
implementation ("io.fabric8.jube:jube-buildtools:2.0.36")
'io.fabric8.jube:jube-buildtools:jar:2.0.36'
<dependency org="io.fabric8.jube" name="jube-buildtools" rev="2.0.36">
<artifact name="jube-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='jube-buildtools', version='2.0.36')
)
libraryDependencies += "io.fabric8.jube" % "jube-buildtools" % "2.0.36"
[io.fabric8.jube/jube-buildtools "2.0.36"]