is not current version
Last Version 5.0.2

org.grails.profiles:profile 5.0.0.RC2

A profile to create profiles

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails.profiles
ArtifactId

ArtifactId

profile
Version

Version

5.0.0.RC2
Type

Type

jar

Download profile 5.0.0.RC2


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