License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.everrest |
ArtifactId | ArtifactIdeverrest-groovy |
Last Version | Last Version1.15.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEverRest :: Groovy
everREST is a project which provides a way to build RESTful applications
using own complete implementation of JAX-RS specification (a.k.a JSR-311)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
everrest-groovy-1.15.0.pom | |
everrest-groovy-1.15.0.jar | 30 KB |
everrest-groovy-1.15.0-sources.jar | 17 KB |
everrest-groovy-1.15.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.everrest/everrest-groovy/ -->
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-groovy</artifactId>
<version>1.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-groovy/
implementation 'org.everrest:everrest-groovy:1.15.0'
// https://jarcasting.com/artifacts/org.everrest/everrest-groovy/
implementation ("org.everrest:everrest-groovy:1.15.0")
'org.everrest:everrest-groovy:jar:1.15.0'
<dependency org="org.everrest" name="everrest-groovy" rev="1.15.0">
<artifact name="everrest-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-groovy', version='1.15.0')
)
libraryDependencies += "org.everrest" % "everrest-groovy" % "1.15.0"
[org.everrest/everrest-groovy "1.15.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.0.0 |
org.codehaus.groovy : groovy | jar | 3.0.8 |
org.everrest : everrest-core | jar | 1.15.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
jakarta.servlet : jakarta.servlet-api | jar | 5.0.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.1 |
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.11.2 |