Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-webflow |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
grails-webflow-2.2.2.pom | |
grails-webflow-2.2.2.jar | 150 KB |
grails-webflow-2.2.2-sources.jar | 36 KB |
grails-webflow-2.2.2-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-webflow/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-webflow</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-webflow/
implementation 'org.grails:grails-webflow:2.2.2'
// https://jarcasting.com/artifacts/org.grails/grails-webflow/
implementation ("org.grails:grails-webflow:2.2.2")
'org.grails:grails-webflow:jar:2.2.2'
<dependency org="org.grails" name="grails-webflow" rev="2.2.2">
<artifact name="grails-webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-webflow', version='2.2.2')
)
libraryDependencies += "org.grails" % "grails-webflow" % "2.2.2"
[org.grails/grails-webflow "2.2.2"]