Categories |
CategoriesGrails User Interface Web Frameworks Data ORM |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-test |
Version | Version3.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-test/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-test</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-test/
implementation 'org.grails:grails-datastore-gorm-test:3.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-test/
implementation ("org.grails:grails-datastore-gorm-test:3.0.1.RELEASE")
'org.grails:grails-datastore-gorm-test:jar:3.0.1.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-test" rev="3.0.1.RELEASE">
<artifact name="grails-datastore-gorm-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-test', version='3.0.1.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-test" % "3.0.1.RELEASE"
[org.grails/grails-datastore-gorm-test "3.0.1.RELEASE"]