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