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