Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.aktin |
ArtifactId | ArtifactIdbroker-client |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
broker-client-0.10.pom | |
broker-client-0.10.jar | 40 KB |
broker-client-0.10-sources.jar | 20 KB |
broker-client-0.10-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aktin/broker-client/ -->
<dependency>
<groupId>org.aktin</groupId>
<artifactId>broker-client</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.aktin/broker-client/
implementation 'org.aktin:broker-client:0.10'
// https://jarcasting.com/artifacts/org.aktin/broker-client/
implementation ("org.aktin:broker-client:0.10")
'org.aktin:broker-client:jar:0.10'
<dependency org="org.aktin" name="broker-client" rev="0.10">
<artifact name="broker-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aktin', module='broker-client', version='0.10')
)
libraryDependencies += "org.aktin" % "broker-client" % "0.10"
[org.aktin/broker-client "0.10"]