| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUtility Универсальные библиотеки |
| Группа | Группаcom.baliset |
| Идентификатор | Идентификаторspringboot-web-utility |
| Последняя версия | Последняя версия0.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Web Utility
A nascent library for incorporation into spring boot microservices
offering (or soon to offer) an opinionated take on how certain common issues
(e.g. errors, authentication, alerts, logging) should be handled,
also offering some common model objects
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| springboot-web-utility-0.1.2.pom | |
| springboot-web-utility-0.1.2.jar | 12 KB |
| springboot-web-utility-0.1.2-sources.jar | 6 KB |
| springboot-web-utility-0.1.2-javadoc.jar | 79 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.baliset/springboot-web-utility/ -->
<dependency>
<groupId>com.baliset</groupId>
<artifactId>springboot-web-utility</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baliset/springboot-web-utility/
implementation 'com.baliset:springboot-web-utility:0.1.2'
// https://jarcasting.com/artifacts/com.baliset/springboot-web-utility/
implementation ("com.baliset:springboot-web-utility:0.1.2")
'com.baliset:springboot-web-utility:jar:0.1.2'
<dependency org="com.baliset" name="springboot-web-utility" rev="0.1.2">
<artifact name="springboot-web-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baliset', module='springboot-web-utility', version='0.1.2')
)
libraryDependencies += "com.baliset" % "springboot-web-utility" % "0.1.2"
[com.baliset/springboot-web-utility "0.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-jdbc | jar | 4.2.5.RELEASE |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.8.9 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.8.9 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.8.9 |
| org.codehaus.woodstox : woodstox-core-asl | jar | 4.4.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.6.RELEASE |
| org.springframework : spring-context | jar | 4.3.10.RELEASE |
| org.springframework.boot : spring-boot | jar | 1.5.6.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |