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