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.12.0.pom download
Apache Maven
<dependency>
  <groupId>org.everrest</groupId>
  <artifactId>everrest-parent</artifactId>
  <version>1.12.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.everrest:everrest-parent:1.12.0'
Gradle Kotlin
implementation("org.everrest:everrest-parent:1.12.0")
Scala SBT
libraryDependencies += "org.everrest" % "everrest-parent" % "1.12.0"
Groovy Grape
@Grapes(
  @Grab(group='org.everrest', module='everrest-parent', version='1.12.0')
)
Apache Ivy
<dependency org="org.everrest" name="everrest-parent" rev="1.12.0" />
Leiningen
[org.everrest/everrest-parent "1.12.0"]
Apache Buildr
'org.everrest:everrest-parent:jar:1.12.0'