| License |
License |
|---|---|
| Categories |
CategoriesGrails User Interface Web Frameworks |
| GroupId | GroupIdorg.grails |
| ArtifactId | ArtifactIdgrails-bom |
| Version | Version5.0.0.M2 |
| Type | Typepom |
| Description |
DescriptionGrails
Grails Web Application Framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| grails-bom-5.0.0.M2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-bom/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-bom</artifactId>
<version>5.0.0.M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-bom/
implementation 'org.grails:grails-bom:5.0.0.M2'
// https://jarcasting.com/artifacts/org.grails/grails-bom/
implementation ("org.grails:grails-bom:5.0.0.M2")
'org.grails:grails-bom:pom:5.0.0.M2'
<dependency org="org.grails" name="grails-bom" rev="5.0.0.M2">
<artifact name="grails-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-bom', version='5.0.0.M2')
)
libraryDependencies += "org.grails" % "grails-bom" % "5.0.0.M2"
[org.grails/grails-bom "5.0.0.M2"]