Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.fabric8.patch |
ArtifactId | ArtifactIdpatch-client |
Version | Version1.1.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
patch-client-1.1.0.CR1.pom | |
patch-client-1.1.0.CR1.jar | 56 KB |
patch-client-1.1.0.CR1-sources.jar | 2 KB |
patch-client-1.1.0.CR1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.patch/patch-client/ -->
<dependency>
<groupId>io.fabric8.patch</groupId>
<artifactId>patch-client</artifactId>
<version>1.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.patch/patch-client/
implementation 'io.fabric8.patch:patch-client:1.1.0.CR1'
// https://jarcasting.com/artifacts/io.fabric8.patch/patch-client/
implementation ("io.fabric8.patch:patch-client:1.1.0.CR1")
'io.fabric8.patch:patch-client:jar:1.1.0.CR1'
<dependency org="io.fabric8.patch" name="patch-client" rev="1.1.0.CR1">
<artifact name="patch-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.patch', module='patch-client', version='1.1.0.CR1')
)
libraryDependencies += "io.fabric8.patch" % "patch-client" % "1.1.0.CR1"
[io.fabric8.patch/patch-client "1.1.0.CR1"]