| License |
License |
|---|---|
| Categories |
CategoriesGrails User Interface Web Frameworks |
| GroupId | GroupIdorg.grails.profiles |
| ArtifactId | ArtifactIdweb |
| Version | Version5.0.4 |
| Type | Typejar |
| Description |
DescriptionGrails Web Profile
A profile for Web applications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| web-5.0.4.pom | |
| web-5.0.4.jar | 988 KB |
| web-5.0.4-sources.jar | 983 KB |
| web-5.0.4-profile.yml | 1 KB |
| web-5.0.4-javadoc.jar | 463 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.grails.profiles/web/ -->
<dependency>
<groupId>org.grails.profiles</groupId>
<artifactId>web</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails.profiles/web/
implementation 'org.grails.profiles:web:5.0.4'
// https://jarcasting.com/artifacts/org.grails.profiles/web/
implementation ("org.grails.profiles:web:5.0.4")
'org.grails.profiles:web:jar:5.0.4'
<dependency org="org.grails.profiles" name="web" rev="5.0.4">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails.profiles', module='web', version='5.0.4')
)
libraryDependencies += "org.grails.profiles" % "web" % "5.0.4"
[org.grails.profiles/web "5.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.grails.profiles : base | jar | 5.0.3 |