is not current version
Last Version 5.1.0

org.grails.profiles:base 3.3.4

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

3.3.4
Type

Type

jar

Download base 3.3.4


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