GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdgitective-core |
Version | Version0.9.50 |
Type | Typejar |
Filename | Size |
---|---|
gitective-core-0.9.50.pom | |
gitective-core-0.9.50.jar | 137 KB |
gitective-core-0.9.50-sources.jar | 141 KB |
gitective-core-0.9.50-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/gitective-core/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>gitective-core</artifactId>
<version>0.9.50</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/gitective-core/
implementation 'io.fabric8:gitective-core:0.9.50'
// https://jarcasting.com/artifacts/io.fabric8/gitective-core/
implementation ("io.fabric8:gitective-core:0.9.50")
'io.fabric8:gitective-core:jar:0.9.50'
<dependency org="io.fabric8" name="gitective-core" rev="0.9.50">
<artifact name="gitective-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='gitective-core', version='0.9.50')
)
libraryDependencies += "io.fabric8" % "gitective-core" % "0.9.50"
[io.fabric8/gitective-core "0.9.50"]