License |
License |
---|---|
GroupId | GroupIdcom.jcabi |
ArtifactId | ArtifactIdjcabi |
Last Version | Last Version1.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcabi
jcabi is a set of useful open source Java components.
More details you can find at www.jcabi.com.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcabi-1.30.0.pom | 29 KB |
jcabi-1.30.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi/ -->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
<version>1.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi/
implementation 'com.jcabi:jcabi:1.30.0'
// https://jarcasting.com/artifacts/com.jcabi/jcabi/
implementation ("com.jcabi:jcabi:1.30.0")
'com.jcabi:jcabi:jar:1.30.0'
<dependency org="com.jcabi" name="jcabi" rev="1.30.0">
<artifact name="jcabi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi', version='1.30.0')
)
libraryDependencies += "com.jcabi" % "jcabi" % "1.30.0"
[com.jcabi/jcabi "1.30.0"]