| License |
License |
|---|---|
| GroupId | GroupIdde.odrotbohm.playground |
| ArtifactId | ArtifactIdspring-playground |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSpring Playground
A collection of tiny helper libraries for Spring-based application development
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-playground-0.1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-playground/ -->
<dependency>
<groupId>de.odrotbohm.playground</groupId>
<artifactId>spring-playground</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-playground/
implementation 'de.odrotbohm.playground:spring-playground:0.1.0'
// https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-playground/
implementation ("de.odrotbohm.playground:spring-playground:0.1.0")
'de.odrotbohm.playground:spring-playground:pom:0.1.0'
<dependency org="de.odrotbohm.playground" name="spring-playground" rev="0.1.0">
<artifact name="spring-playground" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.odrotbohm.playground', module='spring-playground', version='0.1.0')
)
libraryDependencies += "de.odrotbohm.playground" % "spring-playground" % "0.1.0"
[de.odrotbohm.playground/spring-playground "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |