GroupId | GroupIdfun.hereis.code |
---|---|
ArtifactId | ArtifactIdspring |
Version | Version1.15.RLS |
Type | Typejar |
Filename | Size |
---|---|
spring-1.15.RLS.pom | |
spring-1.15.RLS.jar | 29 KB |
spring-1.15.RLS-sources.jar | 19 KB |
spring-1.15.RLS-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.hereis.code/spring/ -->
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>spring</artifactId>
<version>1.15.RLS</version>
</dependency>
// https://jarcasting.com/artifacts/fun.hereis.code/spring/
implementation 'fun.hereis.code:spring:1.15.RLS'
// https://jarcasting.com/artifacts/fun.hereis.code/spring/
implementation ("fun.hereis.code:spring:1.15.RLS")
'fun.hereis.code:spring:jar:1.15.RLS'
<dependency org="fun.hereis.code" name="spring" rev="1.15.RLS">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.hereis.code', module='spring', version='1.15.RLS')
)
libraryDependencies += "fun.hereis.code" % "spring" % "1.15.RLS"
[fun.hereis.code/spring "1.15.RLS"]