Files download
File Operation
runtime_2.12-1.0.8.jar download
runtime_2.12-1.0.8.pom download
runtime_2.12-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.apuex.springbootsolution</groupId>
  <artifactId>runtime_2.12</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.apuex.springbootsolution:runtime_2.12:1.0.8'
Gradle Kotlin
implementation("com.github.apuex.springbootsolution:runtime_2.12:1.0.8")
Scala SBT
libraryDependencies += "com.github.apuex.springbootsolution" % "runtime_2.12" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.apuex.springbootsolution', module='runtime_2.12', version='1.0.8')
)
Apache Ivy
<dependency org="com.github.apuex.springbootsolution" name="runtime_2.12" rev="1.0.8" />
Leiningen
[com.github.apuex.springbootsolution/runtime_2.12 "1.0.8"]
Apache Buildr
'com.github.apuex.springbootsolution:runtime_2.12:jar:1.0.8'