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