is not current version
Last Version 1.15.0

org.everrest:everrest-parent 1.10.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)

GroupId

GroupId

org.everrest
ArtifactId

ArtifactId

everrest-parent
Version

Version

1.10.0
Type

Type

pom

Download everrest-parent 1.10.0

Filename Size
everrest-parent-1.10.0.pom 40 KB
Browse

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