is not current version
Last Version 1.15.0

EverRest :: Parent 1.14.5

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)

License

License

GroupId

GroupId

org.everrest
ArtifactId

ArtifactId

everrest-parent
Version

Version

1.14.5
Type

Type

pom
Description

Description

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)
Project URL

Project URL

https://github.com/codenvy/everrest
Project Organization

Project Organization

Codenvy, S.A.
Source Code Management

Source Code Management

https://github.com/codenvy/everrest/

Download everrest-parent 1.14.5

Filename Size
everrest-parent-1.14.5.pom 50 KB
Browse

<!-- https://jarcasting.com/artifacts/org.everrest/everrest-parent/ -->
<dependency>
    <groupId>org.everrest</groupId>
    <artifactId>everrest-parent</artifactId>
    <version>1.14.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-parent/
implementation 'org.everrest:everrest-parent:1.14.5'
// https://jarcasting.com/artifacts/org.everrest/everrest-parent/
implementation ("org.everrest:everrest-parent:1.14.5")
'org.everrest:everrest-parent:pom:1.14.5'
<dependency org="org.everrest" name="everrest-parent" rev="1.14.5">
  <artifact name="everrest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-parent', version='1.14.5')
)
libraryDependencies += "org.everrest" % "everrest-parent" % "1.14.5"
[org.everrest/everrest-parent "1.14.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • everrest-test
  • everrest-core
  • everrest-groovy
  • everrest-assured
  • everrest-integration/everrest-integration-guice
  • everrest-samples/book-service
  • everrest-samples/groovy-book-service
  • everrest-integration/everrest-integration-guice-sample
  • everrest-websockets
  • everrest-project-template-war