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