is not current version
Last Version 3.0.RLS

fun.hereis.code:spring 1.14.RLS


GroupId

GroupId

fun.hereis.code
ArtifactId

ArtifactId

spring
Version

Version

1.14.RLS
Type

Type

jar

Download spring 1.14.RLS


<!-- https://jarcasting.com/artifacts/fun.hereis.code/spring/ -->
<dependency>
    <groupId>fun.hereis.code</groupId>
    <artifactId>spring</artifactId>
    <version>1.14.RLS</version>
</dependency>
// https://jarcasting.com/artifacts/fun.hereis.code/spring/
implementation 'fun.hereis.code:spring:1.14.RLS'
// https://jarcasting.com/artifacts/fun.hereis.code/spring/
implementation ("fun.hereis.code:spring:1.14.RLS")
'fun.hereis.code:spring:jar:1.14.RLS'
<dependency org="fun.hereis.code" name="spring" rev="1.14.RLS">
  <artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.hereis.code', module='spring', version='1.14.RLS')
)
libraryDependencies += "fun.hereis.code" % "spring" % "1.14.RLS"
[fun.hereis.code/spring "1.14.RLS"]