| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks | 
| GroupId | GroupIdorg.grails.profiles | 
| ArtifactId | ArtifactIdplugin | 
| Last Version | Last Version5.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrails Plugin Profile A profile for all plugin profiles to extend from | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| plugin-5.0.1.pom | |
| plugin-5.0.1.jar | 11 KB | 
| plugin-5.0.1-sources.jar | 8 KB | 
| plugin-5.0.1-profile.yml | 491 bytes | 
| plugin-5.0.1-javadoc.jar | 463 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.grails.profiles/plugin/ -->
<dependency>
    <groupId>org.grails.profiles</groupId>
    <artifactId>plugin</artifactId>
    <version>5.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.grails.profiles/plugin/
implementation 'org.grails.profiles:plugin:5.0.1'// https://jarcasting.com/artifacts/org.grails.profiles/plugin/
implementation ("org.grails.profiles:plugin:5.0.1")'org.grails.profiles:plugin:jar:5.0.1'<dependency org="org.grails.profiles" name="plugin" rev="5.0.1">
  <artifact name="plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails.profiles', module='plugin', version='5.0.1')
)libraryDependencies += "org.grails.profiles" % "plugin" % "5.0.1"[org.grails.profiles/plugin "5.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.grails.profiles : base | jar | 5.0.2 |