Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.krdev.icapclient |
ArtifactId | ArtifactIdicapclient |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
icapclient-0.0.3.pom | |
icapclient-0.0.3.jar | 34 KB |
icapclient-0.0.3-sources.jar | 18 KB |
icapclient-0.0.3-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.krdev.icapclient/icapclient/ -->
<dependency>
<groupId>com.github.krdev.icapclient</groupId>
<artifactId>icapclient</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krdev.icapclient/icapclient/
implementation 'com.github.krdev.icapclient:icapclient:0.0.3'
// https://jarcasting.com/artifacts/com.github.krdev.icapclient/icapclient/
implementation ("com.github.krdev.icapclient:icapclient:0.0.3")
'com.github.krdev.icapclient:icapclient:jar:0.0.3'
<dependency org="com.github.krdev.icapclient" name="icapclient" rev="0.0.3">
<artifact name="icapclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krdev.icapclient', module='icapclient', version='0.0.3')
)
libraryDependencies += "com.github.krdev.icapclient" % "icapclient" % "0.0.3"
[com.github.krdev.icapclient/icapclient "0.0.3"]