GroupId | GroupIdio.github.mj-youn |
---|---|
ArtifactId | ArtifactIdspring-web |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-web-0.1.5.pom | |
spring-web-0.1.5.jar | 16 KB |
spring-web-0.1.5-sources.jar | 11 KB |
spring-web-0.1.5-javadoc.jar | 83 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/
implementation 'io.github.mj-youn:spring-web:0.1.5'
// https://jarcasting.com/artifacts/io.github.mj-youn/spring-web/
implementation ("io.github.mj-youn:spring-web:0.1.5")
'io.github.mj-youn:spring-web:jar:0.1.5'
<dependency org="io.github.mj-youn" name="spring-web" rev="0.1.5">
<artifact name="spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mj-youn', module='spring-web', version='0.1.5')
)
libraryDependencies += "io.github.mj-youn" % "spring-web" % "0.1.5"
[io.github.mj-youn/spring-web "0.1.5"]