| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdorg.apache.slider | 
    
| ArtifactId | ArtifactIdslider-accumulo-provider | 
    
| Version | Version0.61.0-incubating | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSlider Accumulo Provider 
            Direct provider for slider. This is the original provider from Hoya, moved to one side
    as it is no longer being actively developed 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.apache.slider/slider-accumulo-provider/ -->
<dependency>
    <groupId>org.apache.slider</groupId>
    <artifactId>slider-accumulo-provider</artifactId>
    <version>0.61.0-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.slider/slider-accumulo-provider/
implementation 'org.apache.slider:slider-accumulo-provider:0.61.0-incubating'
                // https://jarcasting.com/artifacts/org.apache.slider/slider-accumulo-provider/
implementation ("org.apache.slider:slider-accumulo-provider:0.61.0-incubating")
                'org.apache.slider:slider-accumulo-provider:jar:0.61.0-incubating'
                <dependency org="org.apache.slider" name="slider-accumulo-provider" rev="0.61.0-incubating">
  <artifact name="slider-accumulo-provider" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.slider', module='slider-accumulo-provider', version='0.61.0-incubating')
)
                libraryDependencies += "org.apache.slider" % "slider-accumulo-provider" % "0.61.0-incubating"
                [org.apache.slider/slider-accumulo-provider "0.61.0-incubating"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.slider : slider-core | jar | 0.61.0-incubating | 
| org.apache.hadoop : hadoop-client | jar | 2.6.0 | 
| commons-lang : commons-lang | jar | 2.6 | 
| com.google.guava : guava | jar | 11.0.2 | 
| org.slf4j : slf4j-api | jar | 1.7.5 | 
| org.apache.zookeeper : zookeeper | jar | 3.4.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.slider : slider-core | test-jar | 0.61.0-incubating | 
| org.codehaus.groovy : groovy-all | jar | 2.2.2 | 
| org.apache.hadoop : hadoop-minicluster | jar | 2.6.0 | 
| org.apache.accumulo : accumulo-core | jar | 1.6.1 | 
| org.apache.accumulo : accumulo-minicluster | jar | 1.6.1 | 
| org.apache.accumulo : accumulo-trace | jar | 1.6.1 | 
| org.apache.accumulo : accumulo-fate | jar | 1.6.1 | 
| org.apache.accumulo : accumulo-test | jar | 1.6.1 | 
| junit : junit | jar | 4.11 |