MVN

org.grails.profiles : profile

Maven & Gradle

Jan 04, 2022
1 usages
1 stars

Grails Profile Profile · A profile to create profiles

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>profile</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.2
  • Latest Release Candidate: 5.0.0-RC3

All Versions

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

Version Vulnerabilities Updated
5.0.x
profile-5.0.2
profile-5.0.1
profile-5.0.0
profile-5.0.0-RC3
profile-5.0.0.RC2
profile-5.0.0.RC1
profile-5.0.0.M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>profile</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.grails.profiles : profile gradle dependency to your build.gradle file:

implementation 'org.grails.profiles:profile:5.0.2'

Gradle Kotlin DSL: Add the following org.grails.profiles : profile gradle kotlin dependency to your build.gradle.kts file:

implementation("org.grails.profiles:profile:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.grails.profiles : profile sbt scala dependency to your build.sbt file:

libraryDependencies += "org.grails.profiles" % "profile" % "5.0.2"

Advertisement