Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.bettercloud |
ArtifactId | ArtifactIdbigtable-orm-annotations |
Version | Version1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bettercloud/bigtable-orm-annotations/ -->
<dependency>
<groupId>com.bettercloud</groupId>
<artifactId>bigtable-orm-annotations</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bettercloud/bigtable-orm-annotations/
implementation 'com.bettercloud:bigtable-orm-annotations:1.4.0'
// https://jarcasting.com/artifacts/com.bettercloud/bigtable-orm-annotations/
implementation ("com.bettercloud:bigtable-orm-annotations:1.4.0")
'com.bettercloud:bigtable-orm-annotations:jar:1.4.0'
<dependency org="com.bettercloud" name="bigtable-orm-annotations" rev="1.4.0">
<artifact name="bigtable-orm-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bettercloud', module='bigtable-orm-annotations', version='1.4.0')
)
libraryDependencies += "com.bettercloud" % "bigtable-orm-annotations" % "1.4.0"
[com.bettercloud/bigtable-orm-annotations "1.4.0"]