p

plugin

A profile for all plugin profiles to extend from
https://github.com/grails-profiles/plugin
The Apache Software License, Version 2.0
Graeme Rocher
Files download
File Operation
plugin-7.0.0.jar download
plugin-7.0.0.pom download
plugin-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.profiles</groupId>
  <artifactId>plugin</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.grails.profiles:plugin:7.0.0'
Gradle Kotlin
implementation("org.grails.profiles:plugin:7.0.0")
Scala SBT
libraryDependencies += "org.grails.profiles" % "plugin" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.profiles', module='plugin', version='7.0.0')
)
Apache Ivy
<dependency org="org.grails.profiles" name="plugin" rev="7.0.0" />
Leiningen
[org.grails.profiles/plugin "7.0.0"]
Apache Buildr
'org.grails.profiles:plugin:jar:7.0.0'
Dependencies

profileRuntimeOnly

|-- org.grails.profiles:base:7.0.0