| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.drunkendev |
| Идентификатор | Идентификаторspring-app-base |
| Версия | Версия1.5.2 |
| Тип | Типjar |
| Описание |
ОписаниеSpring App Base
Base set of tools and helpers originally designed for use within Spring MVC
applications though not restricted to this use-case.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикDrunken Dev |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-app-base-1.5.2.pom | |
| spring-app-base-1.5.2.jar | 79 KB |
| spring-app-base-1.5.2-sources.jar | 83 KB |
| spring-app-base-1.5.2-javadoc.jar | 361 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.drunkendev/spring-app-base/ -->
<dependency>
<groupId>com.drunkendev</groupId>
<artifactId>spring-app-base</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.drunkendev/spring-app-base/
implementation 'com.drunkendev:spring-app-base:1.5.2'
// https://jarcasting.com/artifacts/com.drunkendev/spring-app-base/
implementation ("com.drunkendev:spring-app-base:1.5.2")
'com.drunkendev:spring-app-base:jar:1.5.2'
<dependency org="com.drunkendev" name="spring-app-base" rev="1.5.2">
<artifact name="spring-app-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.drunkendev', module='spring-app-base', version='1.5.2')
)
libraryDependencies += "com.drunkendev" % "spring-app-base" % "1.5.2"
[com.drunkendev/spring-app-base "1.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.5 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |