Commit 9387c0a 1 parent 56da8eb commit 9387c0a Copy full SHA for 9387c0a
File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,24 @@ reported against this version will only be applied to future versions.
164
164
<a {{btnDocStyle}} href="{{site.baseurl}}/1.10/apidocs">Java API</a >
165
165
</div >
166
166
167
+ {% assign linkVers = '1.0.0-beta' %}
168
+ ### Accumulo Access {{linkVers}} ** Latest** {: .badge .bg-primary}
169
+
170
+ The Accumulo Access library provides the same functionality, semantics, and syntax as the
171
+ Accumulo ColumnVisibility and VisibilityEvaluator classes in a standalone java library
172
+ that can be used separately from Accumulo.
173
+
174
+ {% assign lnkFile = 'accumulo-access-' | append: linkVers | append: '-' | append: 'source-release' | append: '.tar.gz' %}
175
+ {% assign lnkSuffix = '/accumulo/accumulo-access/' | append: linkVers | append: '/' | append: lnkFile %}
176
+ <div class =" d-flex flex-wrap justify-content-start align-items-start " style =" margin-left : 20px ; margin-bottom : 5px ;" >
177
+ <div class =" btn-group me-2 " >
178
+ <a {{btnDownloadStyle}} href="{{closerLink}}{{lnkSuffix}}" link-suffix="{{lnkSuffix}}">{{lnkFile}}{{glyphSave}}</a>
179
+ </div >
180
+ <div class =" btn-group " >
181
+ <a {{btnSigStyle}} href="{{downloadsLink}}{{lnkSuffix}}.asc">ASC{{glyphLock}}</a>
182
+ <a {{btnHashStyle}} href="{{downloadsLink}}{{lnkSuffix}}.sha512">SHA{{glyphLock}}</a>
183
+ </div >
184
+ </div >
167
185
168
186
## <small ><span class =" fa-solid fa-circle-info " aria-hidden =" true " ></span ></small > Legend
169
187
{: #legend }
You can’t perform that action at this time.
0 commit comments