License |
License |
---|---|
GroupId | GroupIdde.odrotbohm.playground |
ArtifactId | ArtifactIdspring-web-tools |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Web Tools
A collection of tiny helper libraries for Spring-based application development
|
Filename | Size |
---|---|
spring-web-tools-0.1.0.pom | |
spring-web-tools-0.1.0.jar | 32 KB |
spring-web-tools-0.1.0-sources.jar | 21 KB |
spring-web-tools-0.1.0-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-web-tools/ -->
<dependency>
<groupId>de.odrotbohm.playground</groupId>
<artifactId>spring-web-tools</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-web-tools/
implementation 'de.odrotbohm.playground:spring-web-tools:0.1.0'
// https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-web-tools/
implementation ("de.odrotbohm.playground:spring-web-tools:0.1.0")
'de.odrotbohm.playground:spring-web-tools:jar:0.1.0'
<dependency org="de.odrotbohm.playground" name="spring-web-tools" rev="0.1.0">
<artifact name="spring-web-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.odrotbohm.playground', module='spring-web-tools', version='0.1.0')
)
libraryDependencies += "de.odrotbohm.playground" % "spring-web-tools" % "0.1.0"
[de.odrotbohm.playground/spring-web-tools "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | |
org.springframework : spring-context | jar | |
com.fasterxml.jackson.core : jackson-databind Optional | jar | |
am.ik.yavi : yavi Optional | jar | 0.11.3 |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.7.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.7.0 |
org.projectlombok : lombok Optional | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.7.0 |
com.jayway.jsonpath : json-path | jar | 2.7.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |