s

springboot-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
http://${art.host}/${art.org}/${artifactId}
MIT License
Haim Zamir
Files download
File Operation
springboot-web-utility-0.1.2.jar download
springboot-web-utility-0.1.2.pom download
springboot-web-utility-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.baliset</groupId>
  <artifactId>springboot-web-utility</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.baliset:springboot-web-utility:0.1.2'
Gradle Kotlin
implementation("com.baliset:springboot-web-utility:0.1.2")
Scala SBT
libraryDependencies += "com.baliset" % "springboot-web-utility" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.baliset', module='springboot-web-utility', version='0.1.2')
)
Apache Ivy
<dependency org="com.baliset" name="springboot-web-utility" rev="0.1.2" />
Leiningen
[com.baliset/springboot-web-utility "0.1.2"]
Apache Buildr
'com.baliset:springboot-web-utility:jar:0.1.2'