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