is not current version
Last Version 5.2.0

org.grails:grails-test 2.4.0.M2

Grails Web Application Framework

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-test
Version

Version

2.4.0.M2
Type

Type

jar

Download grails-test 2.4.0.M2


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