GroupId | GroupIdio.fabric8.jube |
---|---|
ArtifactId | ArtifactIdjube-buildtools |
Version | Version2.0.43 |
Type | Typejar |
Filename | Size |
---|---|
jube-buildtools-2.0.43.pom | |
jube-buildtools-2.0.43.jar | 6 KB |
jube-buildtools-2.0.43-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube/jube-buildtools/ -->
<dependency>
<groupId>io.fabric8.jube</groupId>
<artifactId>jube-buildtools</artifactId>
<version>2.0.43</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/jube-buildtools/
implementation 'io.fabric8.jube:jube-buildtools:2.0.43'
// https://jarcasting.com/artifacts/io.fabric8.jube/jube-buildtools/
implementation ("io.fabric8.jube:jube-buildtools:2.0.43")
'io.fabric8.jube:jube-buildtools:jar:2.0.43'
<dependency org="io.fabric8.jube" name="jube-buildtools" rev="2.0.43">
<artifact name="jube-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='jube-buildtools', version='2.0.43')
)
libraryDependencies += "io.fabric8.jube" % "jube-buildtools" % "2.0.43"
[io.fabric8.jube/jube-buildtools "2.0.43"]