GroupId | GroupIdorg.shaneking.spring |
---|---|
ArtifactId | ArtifactIdorg.shaneking.spring.test |
Version | Version0.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.test/ -->
<dependency>
<groupId>org.shaneking.spring</groupId>
<artifactId>org.shaneking.spring.test</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.test/
implementation 'org.shaneking.spring:org.shaneking.spring.test:0.3.1'
// https://jarcasting.com/artifacts/org.shaneking.spring/org.shaneking.spring.test/
implementation ("org.shaneking.spring:org.shaneking.spring.test:0.3.1")
'org.shaneking.spring:org.shaneking.spring.test:jar:0.3.1'
<dependency org="org.shaneking.spring" name="org.shaneking.spring.test" rev="0.3.1">
<artifact name="org.shaneking.spring.test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shaneking.spring', module='org.shaneking.spring.test', version='0.3.1')
)
libraryDependencies += "org.shaneking.spring" % "org.shaneking.spring.test" % "0.3.1"
[org.shaneking.spring/org.shaneking.spring.test "0.3.1"]