Last Version

EverRest :: Parent 1.15.0

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.15.0
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.15.0

Filename Size
everrest-parent-1.15.0.pom 51 KB
Browse

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

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-commons-fileupload
  • everrest-core
  • everrest-groovy
  • everrest-rest-assured-xml-path
  • everrest-assured
  • everrest-integration/everrest-guice-servlet
  • 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