Categories |
CategoriesGrails User Interface Web Frameworks Data ORM |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-test |
Version | Version6.1.3.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>6.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-test/
implementation 'org.grails:grails-datastore-gorm-test:6.1.3.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-test/
implementation ("org.grails:grails-datastore-gorm-test:6.1.3.RELEASE")
'org.grails:grails-datastore-gorm-test:jar:6.1.3.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-test" rev="6.1.3.RELEASE">
<artifact name="grails-datastore-gorm-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-test', version='6.1.3.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-test" % "6.1.3.RELEASE"
[org.grails/grails-datastore-gorm-test "6.1.3.RELEASE"]