Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.kalman03 |
ArtifactId | ArtifactIdgateway-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway-client-1.0.0.pom | |
gateway-client-1.0.0.jar | 8 KB |
gateway-client-1.0.0-sources.jar | 5 KB |
gateway-client-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kalman03/gateway-client/ -->
<dependency>
<groupId>com.kalman03</groupId>
<artifactId>gateway-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kalman03/gateway-client/
implementation 'com.kalman03:gateway-client:1.0.0'
// https://jarcasting.com/artifacts/com.kalman03/gateway-client/
implementation ("com.kalman03:gateway-client:1.0.0")
'com.kalman03:gateway-client:jar:1.0.0'
<dependency org="com.kalman03" name="gateway-client" rev="1.0.0">
<artifact name="gateway-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kalman03', module='gateway-client', version='1.0.0')
)
libraryDependencies += "com.kalman03" % "gateway-client" % "1.0.0"
[com.kalman03/gateway-client "1.0.0"]