is not current version
Last Version 3.0.RLS

fun.hereis.code:spring 2.0.RLS


GroupId

GroupId

fun.hereis.code
ArtifactId

ArtifactId

spring
Version

Version

2.0.RLS
Type

Type

jar

Download spring 2.0.RLS


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