j

jcabi-manifests

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