| License | 
                License | 
        
|---|---|
| GroupId | GroupIdit.cnr.si | 
    
| ArtifactId | ArtifactIdrest | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionREST Framework 
            Archetype for push artifact to Maven repository 
         | 
    
| Filename | Size | 
|---|---|
| rest-2.0.0.pom | |
| rest-2.0.0.jar | 5 KB | 
| rest-2.0.0-sources.jar | 4 KB | 
| rest-2.0.0-javadoc.jar | 35 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/it.cnr.si/rest/ -->
<dependency>
    <groupId>it.cnr.si</groupId>
    <artifactId>rest</artifactId>
    <version>2.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/it.cnr.si/rest/
implementation 'it.cnr.si:rest:2.0.0'
                // https://jarcasting.com/artifacts/it.cnr.si/rest/
implementation ("it.cnr.si:rest:2.0.0")
                'it.cnr.si:rest:jar:2.0.0'
                <dependency org="it.cnr.si" name="rest" rev="2.0.0">
  <artifact name="rest" type="jar" />
</dependency>
                @Grapes(
@Grab(group='it.cnr.si', module='rest', version='2.0.0')
)
                libraryDependencies += "it.cnr.si" % "rest" % "2.0.0"
                [it.cnr.si/rest "2.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.32 | 
| org.glassfish.jersey.ext : jersey-spring5 | jar | 2.32 | 
| org.freemarker : freemarker | jar | 2.3.23 | 
| org.slf4j : slf4j-api | jar | 1.7.21 |