GroupId | GroupIdio.github.mj-youn |
---|---|
ArtifactId | ArtifactIdspring |
Version | Version0.1.9 |
Type | Typejar |
Description |
Descriptionio.github.mj-youn.spring
A project that organizes frequently used utilities in Spring
|
Filename | Size |
---|---|
spring-0.1.9.pom | |
spring-0.1.9.jar | 20 KB |
spring-0.1.9-sources.jar | 16 KB |
spring-0.1.9-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mj-youn/spring/ -->
<dependency>
<groupId>io.github.mj-youn</groupId>
<artifactId>spring</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mj-youn/spring/
implementation 'io.github.mj-youn:spring:0.1.9'
// https://jarcasting.com/artifacts/io.github.mj-youn/spring/
implementation ("io.github.mj-youn:spring:0.1.9")
'io.github.mj-youn:spring:jar:0.1.9'
<dependency org="io.github.mj-youn" name="spring" rev="0.1.9">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mj-youn', module='spring', version='0.1.9')
)
libraryDependencies += "io.github.mj-youn" % "spring" % "0.1.9"
[io.github.mj-youn/spring "0.1.9"]
Group / Artifact | Type | Version |
---|---|---|
io.github.mj-youn : core | jar | 0.1.2 |
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.1 |
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 |