b

bundle-spring

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