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