не последняя версия
Последняя версия 4.0.0.M2

org.grails:grails-datastore-simpledb 0.5

GORM - Grails Data Access Framework

Категории

Категории

Grails Взаимодействие с пользователем Веб-фреймворки Данные
Группа

Группа

org.grails
Идентификатор

Идентификатор

grails-datastore-simpledb
Версия

Версия

0.5
Тип

Тип

jar

Скачать grails-datastore-simpledb 0.5


<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-simpledb/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-simpledb</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-simpledb/
implementation 'org.grails:grails-datastore-simpledb:0.5'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-simpledb/
implementation ("org.grails:grails-datastore-simpledb:0.5")
'org.grails:grails-datastore-simpledb:jar:0.5'
<dependency org="org.grails" name="grails-datastore-simpledb" rev="0.5">
  <artifact name="grails-datastore-simpledb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-simpledb', version='0.5')
)
libraryDependencies += "org.grails" % "grails-datastore-simpledb" % "0.5"
[org.grails/grails-datastore-simpledb "0.5"]