is not current version
Last Version 5.1.0

org.grails.profiles:base 5.0.2

A profile for other profiles to extend from

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails.profiles
ArtifactId

ArtifactId

base
Version

Version

5.0.2
Type

Type

jar

Download base 5.0.2


<!-- https://jarcasting.com/artifacts/org.grails.profiles/base/ -->
<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>base</artifactId>
    <version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails.profiles/base/
implementation 'org.grails.profiles:base:5.0.2'
// https://jarcasting.com/artifacts/org.grails.profiles/base/
implementation ("org.grails.profiles:base:5.0.2")
'org.grails.profiles:base:jar:5.0.2'
<dependency org="org.grails.profiles" name="base" rev="5.0.2">
  <artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails.profiles', module='base', version='5.0.2')
)
libraryDependencies += "org.grails.profiles" % "base" % "5.0.2"
[org.grails.profiles/base "5.0.2"]