Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcz.o2.proxima |
ArtifactId | ArtifactIdingest-client |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ingest-client-0.1.1.pom | |
ingest-client-0.1.1.jar | 11 KB |
ingest-client-0.1.1-sources.jar | 7 KB |
ingest-client-0.1.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.o2.proxima/ingest-client/ -->
<dependency>
<groupId>cz.o2.proxima</groupId>
<artifactId>ingest-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cz.o2.proxima/ingest-client/
implementation 'cz.o2.proxima:ingest-client:0.1.1'
// https://jarcasting.com/artifacts/cz.o2.proxima/ingest-client/
implementation ("cz.o2.proxima:ingest-client:0.1.1")
'cz.o2.proxima:ingest-client:jar:0.1.1'
<dependency org="cz.o2.proxima" name="ingest-client" rev="0.1.1">
<artifact name="ingest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.o2.proxima', module='ingest-client', version='0.1.1')
)
libraryDependencies += "cz.o2.proxima" % "ingest-client" % "0.1.1"
[cz.o2.proxima/ingest-client "0.1.1"]