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