License |
License |
---|---|
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdrestlight-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRestlight :: Starter
Spring boot starter for Restlight server
|
Filename | Size |
---|---|
restlight-starter-1.0.0.pom | |
restlight-starter-1.0.0.jar | 23 KB |
restlight-starter-1.0.0-sources.jar | 17 KB |
restlight-starter-1.0.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/restlight-starter/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restlight-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restlight-starter/
implementation 'io.esastack:restlight-starter:1.0.0'
// https://jarcasting.com/artifacts/io.esastack/restlight-starter/
implementation ("io.esastack:restlight-starter:1.0.0")
'io.esastack:restlight-starter:jar:1.0.0'
<dependency org="io.esastack" name="restlight-starter" rev="1.0.0">
<artifact name="restlight-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restlight-starter', version='1.0.0')
)
libraryDependencies += "io.esastack" % "restlight-starter" % "1.0.0"
[io.esastack/restlight-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.esastack : restlight-spring | jar | 1.0.0 |
io.esastack : restlight-ext-validator-starter | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.mockito : mockito-core | jar | 3.3.3 |