| Categories | CategoriesGrails User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdorg.grails.profiles | 
| ArtifactId | ArtifactIdrest-api | 
| Last Version | Last Version5.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| rest-api-5.0.1.pom | |
| rest-api-5.0.1.jar | 50 KB | 
| rest-api-5.0.1-sources.jar | 21 KB | 
| rest-api-5.0.1-profile.yml | 2 KB | 
| rest-api-5.0.1-javadoc.jar | 463 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.grails.profiles/rest-api/ -->
<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>rest-api</artifactId>
    <version>5.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.grails.profiles/rest-api/
implementation 'org.grails.profiles:rest-api:5.0.1'// https://jarcasting.com/artifacts/org.grails.profiles/rest-api/
implementation ("org.grails.profiles:rest-api:5.0.1")'org.grails.profiles:rest-api:jar:5.0.1'<dependency org="org.grails.profiles" name="rest-api" rev="5.0.1">
  <artifact name="rest-api" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails.profiles', module='rest-api', version='5.0.1')
)libraryDependencies += "org.grails.profiles" % "rest-api" % "5.0.1"[org.grails.profiles/rest-api "5.0.1"]