| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks | 
| GroupId | GroupIdorg.grails.profiles | 
| ArtifactId | ArtifactIdprofile | 
| Last Version | Last Version5.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrails Profile Profile A profile to create profiles | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| profile-5.0.2.pom | |
| profile-5.0.2.jar | 96 KB | 
| profile-5.0.2-sources.jar | 73 KB | 
| profile-5.0.2-profile.yml | 669 bytes | 
| profile-5.0.2-javadoc.jar | 461 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.grails.profiles/profile/ -->
<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>profile</artifactId>
    <version>5.0.2</version>
</dependency>// https://jarcasting.com/artifacts/org.grails.profiles/profile/
implementation 'org.grails.profiles:profile:5.0.2'// https://jarcasting.com/artifacts/org.grails.profiles/profile/
implementation ("org.grails.profiles:profile:5.0.2")'org.grails.profiles:profile:jar:5.0.2'<dependency org="org.grails.profiles" name="profile" rev="5.0.2">
  <artifact name="profile" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails.profiles', module='profile', version='5.0.2')
)libraryDependencies += "org.grails.profiles" % "profile" % "5.0.2"[org.grails.profiles/profile "5.0.2"]