Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alkacon |
ArtifactId | ArtifactIdgeranium-client |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
geranium-client-2.0.pom | |
geranium-client-2.0.jar | 711 KB |
geranium-client-2.0-sources.jar | 432 KB |
geranium-client-2.0-javadoc.jar | 1010 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alkacon/geranium-client/ -->
<dependency>
<groupId>com.alkacon</groupId>
<artifactId>geranium-client</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alkacon/geranium-client/
implementation 'com.alkacon:geranium-client:2.0'
// https://jarcasting.com/artifacts/com.alkacon/geranium-client/
implementation ("com.alkacon:geranium-client:2.0")
'com.alkacon:geranium-client:jar:2.0'
<dependency org="com.alkacon" name="geranium-client" rev="2.0">
<artifact name="geranium-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alkacon', module='geranium-client', version='2.0')
)
libraryDependencies += "com.alkacon" % "geranium-client" % "2.0"
[com.alkacon/geranium-client "2.0"]