is not current version
Last Version 0.1.8

io.github.mj-youn:spring-web 0.1.3

A project that organizes frequently used utilities in Spring Web Service

GroupId

GroupId

io.github.mj-youn
ArtifactId

ArtifactId

spring-web
Version

Version

0.1.3
Type

Type

jar

Download spring-web 0.1.3


<!-- https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/ -->
<dependency>
    <groupId>io.github.mj-youn</groupId>
    <artifactId>spring-web</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/
implementation 'io.github.mj-youn:spring-web:0.1.3'
// https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/
implementation ("io.github.mj-youn:spring-web:0.1.3")
'io.github.mj-youn:spring-web:jar:0.1.3'
<dependency org="io.github.mj-youn" name="spring-web" rev="0.1.3">
  <artifact name="spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mj-youn', module='spring-web', version='0.1.3')
)
libraryDependencies += "io.github.mj-youn" % "spring-web" % "0.1.3"
[io.github.mj-youn/spring-web "0.1.3"]