Files download
File Operation
jcabi-manifests-0.7.17.jar download
jcabi-manifests-0.7.17.pom download
jcabi-manifests-0.7.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jcabi</groupId>
  <artifactId>jcabi-manifests</artifactId>
  <version>0.7.17</version>
</dependency>
Gradle Groovy
implementation 'com.jcabi:jcabi-manifests:0.7.17'
Gradle Kotlin
implementation("com.jcabi:jcabi-manifests:0.7.17")
Scala SBT
libraryDependencies += "com.jcabi" % "jcabi-manifests" % "0.7.17"
Groovy Grape
@Grapes(
  @Grab(group='com.jcabi', module='jcabi-manifests', version='0.7.17')
)
Apache Ivy
<dependency org="com.jcabi" name="jcabi-manifests" rev="0.7.17" />
Leiningen
[com.jcabi/jcabi-manifests "0.7.17"]
Apache Buildr
'com.jcabi:jcabi-manifests:jar:0.7.17'