Last Version

Azure Table 3.0.0

An Azure backed implementation of the Google Guava Table and utils

License

License

GroupId

GroupId

com.yammer.collections.azure
ArtifactId

ArtifactId

azure-table
Version

Version

3.0.0
Type

Type

pom
Description

Description

Azure Table
An Azure backed implementation of the Google Guava Table and utils
Project URL

Project URL

https://github.com/yammer/azure-table
Source Code Management

Source Code Management

https://github.com/yammer/azure-table/

Download azure-table 3.0.0

Filename Size
azure-table-3.0.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.yammer.collections.azure/azure-table/ -->
<dependency>
    <groupId>com.yammer.collections.azure</groupId>
    <artifactId>azure-table</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.collections.azure/azure-table/
implementation 'com.yammer.collections.azure:azure-table:3.0.0'
// https://jarcasting.com/artifacts/com.yammer.collections.azure/azure-table/
implementation ("com.yammer.collections.azure:azure-table:3.0.0")
'com.yammer.collections.azure:azure-table:pom:3.0.0'
<dependency org="com.yammer.collections.azure" name="azure-table" rev="3.0.0">
  <artifact name="azure-table" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yammer.collections.azure', module='azure-table', version='3.0.0')
)
libraryDependencies += "com.yammer.collections.azure" % "azure-table" % "3.0.0"
[com.yammer.collections.azure/azure-table "3.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 16.0.1

test (3)

Group / Artifact Type Version
junit : junit Optional jar 4.11
org.mockito : mockito-all jar 1.8.4
org.hamcrest : hamcrest-all jar 1.3

Project Modules

  • azure-table-core
  • azure-table-json
  • azure-table-metrics
  • azure-table-util