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