| License |
License |
|---|---|
| GroupId | GroupIdio.esastack |
| ArtifactId | ArtifactIdrestlight-core |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
DescriptionRestlight :: Core
Restlight is a lightweight and rest-oriented web framework.
|
| Filename | Size |
|---|---|
| restlight-core-0.1.0.pom | |
| restlight-core-0.1.0.jar | 223 KB |
| restlight-core-0.1.0-sources.jar | 175 KB |
| restlight-core-0.1.0-javadoc.jar | 996 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/restlight-core/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restlight-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restlight-core/
implementation 'io.esastack:restlight-core:0.1.0'
// https://jarcasting.com/artifacts/io.esastack/restlight-core/
implementation ("io.esastack:restlight-core:0.1.0")
'io.esastack:restlight-core:jar:0.1.0'
<dependency org="io.esastack" name="restlight-core" rev="0.1.0">
<artifact name="restlight-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restlight-core', version='0.1.0')
)
libraryDependencies += "io.esastack" % "restlight-core" % "0.1.0"
[io.esastack/restlight-core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.esastack : restlight-common | jar | 0.1.0 |
| io.esastack : restlight-server | jar | 0.1.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
| com.google.guava : guava Optional | jar | 29.0-jre |
| com.google.code.gson : gson Optional | jar | 2.8.5 |
| com.google.protobuf : protobuf-java Optional | jar | 3.6.1 |
| org.glassfish : javax.el | jar | 3.0.0 |
| org.hibernate.validator : hibernate-validator | jar | 6.0.13.Final |
| org.hibernate.validator : hibernate-validator-annotation-processor | jar | 6.0.13.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson Optional | jar | 1.2.73 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.esastack : restlight-test-mock | jar | 0.1.0 |
| org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
| org.mockito : mockito-core | jar | 3.3.3 |