j

jcabi-manifests

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