is not current version
Last Version 1.30.0

com.jcabi:jcabi 1.13

jcabi is a set of useful open source Java components. More details you can find at www.jcabi.com.

GroupId

GroupId

com.jcabi
ArtifactId

ArtifactId

jcabi
Version

Version

1.13
Type

Type

jar

Download jcabi 1.13


<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi/ -->
<dependency>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi</artifactId>
    <version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi/
implementation 'com.jcabi:jcabi:1.13'
// https://jarcasting.com/artifacts/com.jcabi/jcabi/
implementation ("com.jcabi:jcabi:1.13")
'com.jcabi:jcabi:jar:1.13'
<dependency org="com.jcabi" name="jcabi" rev="1.13">
  <artifact name="jcabi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi', version='1.13')
)
libraryDependencies += "com.jcabi" % "jcabi" % "1.13"
[com.jcabi/jcabi "1.13"]