License |
License |
---|---|
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdrestlight-spring |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRestlight :: Spring
Restlight is a lightweight and rest-oriented web framework.
|
Filename | Size |
---|---|
restlight-spring-1.0.0.pom | |
restlight-spring-1.0.0.jar | 18 KB |
restlight-spring-1.0.0-sources.jar | 16 KB |
restlight-spring-1.0.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/restlight-spring/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restlight-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restlight-spring/
implementation 'io.esastack:restlight-spring:1.0.0'
// https://jarcasting.com/artifacts/io.esastack/restlight-spring/
implementation ("io.esastack:restlight-spring:1.0.0")
'io.esastack:restlight-spring:jar:1.0.0'
<dependency org="io.esastack" name="restlight-spring" rev="1.0.0">
<artifact name="restlight-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restlight-spring', version='1.0.0')
)
libraryDependencies += "io.esastack" % "restlight-spring" % "1.0.0"
[io.esastack/restlight-spring "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.esastack : restlight-common | jar | 1.0.0 |
io.esastack : restlight-core | jar | 1.0.0 |
com.google.code.gson : gson | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.1.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.mockito : mockito-core | jar | 3.3.3 |