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