License |
License |
---|---|
GroupId | GroupIdorg.joyrest |
ArtifactId | ArtifactIdjoyrest-core |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightweight Lambda-based REST Framework
|
Filename | Size |
---|---|
joyrest-core-1.3.pom | |
joyrest-core-1.3.jar | 93 KB |
joyrest-core-1.3-sources.jar | 78 KB |
joyrest-core-1.3-javadoc.jar | 568 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyrest/joyrest-core/ -->
<dependency>
<groupId>org.joyrest</groupId>
<artifactId>joyrest-core</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyrest/joyrest-core/
implementation 'org.joyrest:joyrest-core:1.3'
// https://jarcasting.com/artifacts/org.joyrest/joyrest-core/
implementation ("org.joyrest:joyrest-core:1.3")
'org.joyrest:joyrest-core:jar:1.3'
<dependency org="org.joyrest" name="joyrest-core" rev="1.3">
<artifact name="joyrest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyrest', module='joyrest-core', version='1.3')
)
libraryDependencies += "org.joyrest" % "joyrest-core" % "1.3"
[org.joyrest/joyrest-core "1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.codepoetics : protonpack | jar | 1.7 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 3.3.1 |
junit : junit | jar | 4.12 |