diff --git a/pages/downloads.md b/pages/downloads.md index c33cfb2b4..b8accdf53 100644 --- a/pages/downloads.md +++ b/pages/downloads.md @@ -164,6 +164,24 @@ reported against this version will only be applied to future versions. Java API +{% assign linkVers = '1.0.0-beta' %} +### Accumulo Access {{linkVers}} **Latest**{: .badge .bg-primary} + +The Accumulo Access library provides the same functionality, semantics, and syntax as the +Accumulo ColumnVisibility and VisibilityEvaluator classes in a standalone java library +that can be used separately from Accumulo. + +{% assign lnkFile = 'accumulo-access-' | append: linkVers | append: '-' | append: 'source-release' | append: '.tar.gz' %} +{% assign lnkSuffix = '/accumulo/accumulo-access/' | append: linkVers | append: '/' | append: lnkFile %} +