| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks | 
| GroupId | GroupIdorg.grails.profiles | 
| ArtifactId | ArtifactIdrest-api-plugin | 
| Last Version | Last Version5.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrails REST API Plugin Profile A profile for REST API plugins | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| rest-api-plugin-5.0.1.pom | |
| rest-api-plugin-5.0.1.jar | 2 KB | 
| rest-api-plugin-5.0.1-sources.jar | 1 KB | 
| rest-api-plugin-5.0.1-profile.yml | 1 KB | 
| rest-api-plugin-5.0.1-javadoc.jar | 463 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.grails.profiles/rest-api-plugin/ -->
<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>rest-api-plugin</artifactId>
    <version>5.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.grails.profiles/rest-api-plugin/
implementation 'org.grails.profiles:rest-api-plugin:5.0.1'// https://jarcasting.com/artifacts/org.grails.profiles/rest-api-plugin/
implementation ("org.grails.profiles:rest-api-plugin:5.0.1")'org.grails.profiles:rest-api-plugin:jar:5.0.1'<dependency org="org.grails.profiles" name="rest-api-plugin" rev="5.0.1">
  <artifact name="rest-api-plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails.profiles', module='rest-api-plugin', version='5.0.1')
)libraryDependencies += "org.grails.profiles" % "rest-api-plugin" % "5.0.1"[org.grails.profiles/rest-api-plugin "5.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.grails.profiles : plugin | jar | 5.0.1 | 
| org.grails.profiles : rest-api | jar | 5.0.1 |