GroupId | GroupIdio.github.mj-youn |
---|---|
ArtifactId | ArtifactIdspring-web |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionio.github.mj-youn.spring-web
A project that organizes frequently used utilities in Spring Web Service
|
Filename | Size |
---|---|
spring-web-0.1.2.pom | |
spring-web-0.1.2.jar | 15 KB |
spring-web-0.1.2-sources.jar | 11 KB |
spring-web-0.1.2-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/ -->
<dependency>
<groupId>io.github.mj-youn</groupId>
<artifactId>spring-web</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/
implementation 'io.github.mj-youn:spring-web:0.1.2'
// https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/
implementation ("io.github.mj-youn:spring-web:0.1.2")
'io.github.mj-youn:spring-web:jar:0.1.2'
<dependency org="io.github.mj-youn" name="spring-web" rev="0.1.2">
<artifact name="spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mj-youn', module='spring-web', version='0.1.2')
)
libraryDependencies += "io.github.mj-youn" % "spring-web" % "0.1.2"
[io.github.mj-youn/spring-web "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.github.mj-youn : core | jar | 0.1.5 |
io.github.mj-youn : spring | jar | 0.1.9 |
org.springframework.boot : spring-boot-starter-data-jdbc | jar | 2.6.2 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.6.2 |
org.springframework.security : spring-security-web | jar | 5.6.1 |
org.springframework : spring-web | jar | 5.3.14 |
org.springframework : spring-webmvc | jar | 5.3.14 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
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 |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |