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