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