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