| Группа | Группаfun.hereis.code |
|---|---|
| Идентификатор | Идентификаторspring |
| Версия | Версия1.16.RLS |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-1.16.RLS.pom | |
| spring-1.16.RLS.jar | 35 KB |
| spring-1.16.RLS-sources.jar | 21 KB |
| spring-1.16.RLS-javadoc.jar | 126 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fun.hereis.code/spring/ -->
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>spring</artifactId>
<version>1.16.RLS</version>
</dependency>
// https://jarcasting.com/artifacts/fun.hereis.code/spring/
implementation 'fun.hereis.code:spring:1.16.RLS'
// https://jarcasting.com/artifacts/fun.hereis.code/spring/
implementation ("fun.hereis.code:spring:1.16.RLS")
'fun.hereis.code:spring:jar:1.16.RLS'
<dependency org="fun.hereis.code" name="spring" rev="1.16.RLS">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.hereis.code', module='spring', version='1.16.RLS')
)
libraryDependencies += "fun.hereis.code" % "spring" % "1.16.RLS"
[fun.hereis.code/spring "1.16.RLS"]