| GroupId | GroupIdio.github.mj-youn |
|---|---|
| ArtifactId | ArtifactIdspring |
| Last Version | Last Version0.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.mj-youn.spring
A project that organizes frequently used utilities in Spring
|
| Filename | Size |
|---|---|
| spring-0.2.7.pom | |
| spring-0.2.7.jar | 18 KB |
| spring-0.2.7-sources.jar | 15 KB |
| spring-0.2.7-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mj-youn/spring/ -->
<dependency>
<groupId>io.github.mj-youn</groupId>
<artifactId>spring</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mj-youn/spring/
implementation 'io.github.mj-youn:spring:0.2.7'
// https://jarcasting.com/artifacts/io.github.mj-youn/spring/
implementation ("io.github.mj-youn:spring:0.2.7")
'io.github.mj-youn:spring:jar:0.2.7'
<dependency org="io.github.mj-youn" name="spring" rev="0.2.7">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mj-youn', module='spring', version='0.2.7')
)
libraryDependencies += "io.github.mj-youn" % "spring" % "0.2.7"
[io.github.mj-youn/spring "0.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.mj-youn : core | jar | 0.1.5 |
| org.springframework.boot : spring-boot-starter-data-jdbc | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |