| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.dooapp |
| ArtifactId | ArtifactIdgaedo-google-datastore |
| Version | Version0.2.18 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dooapp/gaedo-google-datastore/ -->
<dependency>
<groupId>com.dooapp</groupId>
<artifactId>gaedo-google-datastore</artifactId>
<version>0.2.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.dooapp/gaedo-google-datastore/
implementation 'com.dooapp:gaedo-google-datastore:0.2.18'
// https://jarcasting.com/artifacts/com.dooapp/gaedo-google-datastore/
implementation ("com.dooapp:gaedo-google-datastore:0.2.18")
'com.dooapp:gaedo-google-datastore:jar:0.2.18'
<dependency org="com.dooapp" name="gaedo-google-datastore" rev="0.2.18">
<artifact name="gaedo-google-datastore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dooapp', module='gaedo-google-datastore', version='0.2.18')
)
libraryDependencies += "com.dooapp" % "gaedo-google-datastore" % "0.2.18"
[com.dooapp/gaedo-google-datastore "0.2.18"]