is not current version
Last Version 1.30.0

com.jcabi:jcabi 1.28.0

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.28.0
Type

Type

jar

Download jcabi 1.28.0


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