License |
License |
---|---|
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdrestlight-common |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionRestlight :: Common
Restlight is a lightweight and rest-oriented web framework.
|
Filename | Size |
---|---|
restlight-common-0.1.0.pom | |
restlight-common-0.1.0.jar | 134 KB |
restlight-common-0.1.0-sources.jar | 184 KB |
restlight-common-0.1.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/restlight-common/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restlight-common</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restlight-common/
implementation 'io.esastack:restlight-common:0.1.0'
// https://jarcasting.com/artifacts/io.esastack/restlight-common/
implementation ("io.esastack:restlight-common:0.1.0")
'io.esastack:restlight-common:jar:0.1.0'
<dependency org="io.esastack" name="restlight-common" rev="0.1.0">
<artifact name="restlight-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restlight-common', version='0.1.0')
)
libraryDependencies += "io.esastack" % "restlight-common" % "0.1.0"
[io.esastack/restlight-common "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.esastack : commons | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.mockito : mockito-core | jar | 3.3.3 |