License |
License |
---|---|
Categories |
CategoriesUtility General Purpose Libraries |
GroupId | GroupIdcom.baliset |
ArtifactId | ArtifactIdspringboot-web-utility |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring 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
|
Project URL |
Project URL |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |