Files download
File Operation
bundle-spring-5.1.7.pom download
Apache Maven
<dependency>
  <groupId>io.github.together.libraries</groupId>
  <artifactId>bundle-spring</artifactId>
  <version>5.1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.together.libraries:bundle-spring:5.1.7'
Gradle Kotlin
implementation("io.github.together.libraries:bundle-spring:5.1.7")
Scala SBT
libraryDependencies += "io.github.together.libraries" % "bundle-spring" % "5.1.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.together.libraries', module='bundle-spring', version='5.1.7')
)
Apache Ivy
<dependency org="io.github.together.libraries" name="bundle-spring" rev="5.1.7" />
Leiningen
[io.github.together.libraries/bundle-spring "5.1.7"]
Apache Buildr
'io.github.together.libraries:bundle-spring:jar:5.1.7'