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