MVN

com.bettercloud : bigtable-orm-annotations

Maven & Gradle

Jun 21, 2023
1 usages
8 stars

BigTable ORM · Configurable Java Entity Generation for Google BigTable

<dependency>
    <groupId>com.bettercloud</groupId>
    <artifactId>bigtable-orm-annotations</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bettercloud : bigtable-orm-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.bettercloud : bigtable-orm-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bigtable-orm-annotations-4.0.0
3.3.x
bigtable-orm-annotations-3.3.0
3.2.x
bigtable-orm-annotations-3.2.0
3.1.x
bigtable-orm-annotations-3.1.0
3.0.x
bigtable-orm-annotations-3.0.0
2.0.x
bigtable-orm-annotations-2.0.0
1.6.x
bigtable-orm-annotations-1.6.0
1.5.x
bigtable-orm-annotations-1.5.0
1.4.x
bigtable-orm-annotations-1.4.0
1.3.x
bigtable-orm-annotations-1.3.0
1.2.x
bigtable-orm-annotations-1.2.1
bigtable-orm-annotations-1.2.0
1.1.x
bigtable-orm-annotations-1.1.1
bigtable-orm-annotations-1.1.0
1.0.x
bigtable-orm-annotations-1.0.0

How to add a dependency to Maven

Add the following com.bettercloud : bigtable-orm-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bettercloud</groupId>
    <artifactId>bigtable-orm-annotations</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bettercloud : bigtable-orm-annotations gradle dependency to your build.gradle file:

implementation 'com.bettercloud:bigtable-orm-annotations:4.0.0'

Gradle Kotlin DSL: Add the following com.bettercloud : bigtable-orm-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bettercloud:bigtable-orm-annotations:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bettercloud : bigtable-orm-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bettercloud" % "bigtable-orm-annotations" % "4.0.0"

Advertisement