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