b

bundle-jakarta

Bill of Materials
https://elmar-dott.com
${license.name}
Elmar Dott
Files download
File Operation
bundle-jakarta-10.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.together.libraries</groupId>
  <artifactId>bundle-jakarta</artifactId>
  <version>10.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.together.libraries:bundle-jakarta:10.0.0'
Gradle Kotlin
implementation("io.github.together.libraries:bundle-jakarta:10.0.0")
Scala SBT
libraryDependencies += "io.github.together.libraries" % "bundle-jakarta" % "10.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.together.libraries', module='bundle-jakarta', version='10.0.0')
)
Apache Ivy
<dependency org="io.github.together.libraries" name="bundle-jakarta" rev="10.0.0" />
Leiningen
[io.github.together.libraries/bundle-jakarta "10.0.0"]
Apache Buildr
'io.github.together.libraries:bundle-jakarta:jar:10.0.0'