MVN

org.grails.profiles : rest-api-plugin

Maven & Gradle

Dec 22, 2021
1 usages
0 stars

Grails REST API Plugin Profile · A profile for REST API plugins

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>rest-api-plugin</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grails.profiles : rest-api-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1
  • Latest Release Candidate: 5.0.0.RC1

All Versions

Choose a version of org.grails.profiles : rest-api-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
rest-api-plugin-5.0.1
rest-api-plugin-5.0.0
rest-api-plugin-5.0.0.RC1

How to add a dependency to Maven

Add the following org.grails.profiles : rest-api-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>rest-api-plugin</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.grails.profiles : rest-api-plugin gradle dependency to your build.gradle file:

implementation 'org.grails.profiles:rest-api-plugin:5.0.1'

Gradle Kotlin DSL: Add the following org.grails.profiles : rest-api-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.grails.profiles:rest-api-plugin:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.grails.profiles : rest-api-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.grails.profiles" % "rest-api-plugin" % "5.0.1"

Advertisement