| License |
License |
|---|---|
| GroupId | GroupIdio.lsn.spring |
| ArtifactId | ArtifactIdrest |
| Last Version | Last Version2.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| rest-2.2.0.pom | |
| rest-2.2.0.jar | 5 KB |
| rest-2.2.0-sources.jar | 4 KB |
| rest-2.2.0-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.lsn.spring/rest/ -->
<dependency>
<groupId>io.lsn.spring</groupId>
<artifactId>rest</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lsn.spring/rest/
implementation 'io.lsn.spring:rest:2.2.0'
// https://jarcasting.com/artifacts/io.lsn.spring/rest/
implementation ("io.lsn.spring:rest:2.2.0")
'io.lsn.spring:rest:jar:2.2.0'
<dependency org="io.lsn.spring" name="rest" rev="2.2.0">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lsn.spring', module='rest', version='2.2.0')
)
libraryDependencies += "io.lsn.spring" % "rest" % "2.2.0"
[io.lsn.spring/rest "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.2.RELEASE |
| log4j : log4j | jar | 1.2.17 |