e

everrest-parent

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)
https://github.com/codenvy/everrest
Eclipse Public License
Codenvy, S.A.
Andrey Parfonov Sergey Kabashnyuk
Files download
File Operation
everrest-parent-1.13.1.pom download
Apache Maven
<dependency>
  <groupId>org.everrest</groupId>
  <artifactId>everrest-parent</artifactId>
  <version>1.13.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.everrest:everrest-parent:1.13.1'
Gradle Kotlin
implementation("org.everrest:everrest-parent:1.13.1")
Scala SBT
libraryDependencies += "org.everrest" % "everrest-parent" % "1.13.1"
Groovy Grape
@Grapes(
  @Grab(group='org.everrest', module='everrest-parent', version='1.13.1')
)
Apache Ivy
<dependency org="org.everrest" name="everrest-parent" rev="1.13.1" />
Leiningen
[org.everrest/everrest-parent "1.13.1"]
Apache Buildr
'org.everrest:everrest-parent:jar:1.13.1'