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