License |
License |
---|---|
GroupId | GroupIdorg.everrest |
ArtifactId | ArtifactIdeverrest-parent |
Version | Version1.14.4 |
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.14.4.pom | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.everrest/everrest-parent/ -->
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-parent</artifactId>
<version>1.14.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-parent/
implementation 'org.everrest:everrest-parent:1.14.4'
// https://jarcasting.com/artifacts/org.everrest/everrest-parent/
implementation ("org.everrest:everrest-parent:1.14.4")
'org.everrest:everrest-parent:pom:1.14.4'
<dependency org="org.everrest" name="everrest-parent" rev="1.14.4">
<artifact name="everrest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-parent', version='1.14.4')
)
libraryDependencies += "org.everrest" % "everrest-parent" % "1.14.4"
[org.everrest/everrest-parent "1.14.4"]