is not current version
Last Version 2.2.0

io.lsn.spring:rest 2.0.0


GroupId

GroupId

io.lsn.spring
ArtifactId

ArtifactId

rest
Version

Version

2.0.0
Type

Type

jar

Download rest 2.0.0


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