License |
License |
---|---|
GroupId | GroupIdorg.everrest |
ArtifactId | ArtifactIdeverrest-parent |
Last Version | Last Version1.15.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEverRest :: 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
everrest-parent-1.15.0.pom | 47 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"]