is not current version
Last Version 5.2.0

org.grails:grails-test 2.3.11

Grails Web Application Framework

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-test
Version

Version

2.3.11
Type

Type

jar

Download grails-test 2.3.11


<!-- https://jarcasting.com/artifacts/org.grails/grails-test/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-test</artifactId>
    <version>2.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-test/
implementation 'org.grails:grails-test:2.3.11'
// https://jarcasting.com/artifacts/org.grails/grails-test/
implementation ("org.grails:grails-test:2.3.11")
'org.grails:grails-test:jar:2.3.11'
<dependency org="org.grails" name="grails-test" rev="2.3.11">
  <artifact name="grails-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-test', version='2.3.11')
)
libraryDependencies += "org.grails" % "grails-test" % "2.3.11"
[org.grails/grails-test "2.3.11"]