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