b

base

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