License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks React |
GroupId | GroupIdorg.grails.profiles |
ArtifactId | ArtifactIdreact |
Last Version | Last Version5.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReact Profile
A profile for creating Grails applications with React
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
react-5.0.1.pom | |
react-5.0.1.jar | 309 KB |
react-5.0.1-sources.jar | 305 KB |
react-5.0.1-profile.yml | 1 KB |
react-5.0.1-javadoc.jar | 463 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails.profiles/react/ -->
<dependency>
<groupId>org.grails.profiles</groupId>
<artifactId>react</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails.profiles/react/
implementation 'org.grails.profiles:react:5.0.1'
// https://jarcasting.com/artifacts/org.grails.profiles/react/
implementation ("org.grails.profiles:react:5.0.1")
'org.grails.profiles:react:jar:5.0.1'
<dependency org="org.grails.profiles" name="react" rev="5.0.1">
<artifact name="react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails.profiles', module='react', version='5.0.1')
)
libraryDependencies += "org.grails.profiles" % "react" % "5.0.1"
[org.grails.profiles/react "5.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.grails.profiles : rest-api | jar | 5.0.0 |