GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdspring-test-scope |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-test-scope-1.0.0.pom | |
spring-test-scope-1.0.0.jar | 10 KB |
spring-test-scope-1.0.0-sources.jar | 7 KB |
spring-test-scope-1.0.0-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/spring-test-scope/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>spring-test-scope</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/spring-test-scope/
implementation 'com.github.marschall:spring-test-scope:1.0.0'
// https://jarcasting.com/artifacts/com.github.marschall/spring-test-scope/
implementation ("com.github.marschall:spring-test-scope:1.0.0")
'com.github.marschall:spring-test-scope:jar:1.0.0'
<dependency org="com.github.marschall" name="spring-test-scope" rev="1.0.0">
<artifact name="spring-test-scope" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='spring-test-scope', version='1.0.0')
)
libraryDependencies += "com.github.marschall" % "spring-test-scope" % "1.0.0"
[com.github.marschall/spring-test-scope "1.0.0"]