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