| Categories | 
                CategoriesIDE Development Tools | 
        
|---|---|
| GroupId | GroupIdorg.apache.slider | 
    
| ArtifactId | ArtifactIdslider-funtest | 
    
| Version | Version0.90.2-incubating | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.slider/slider-funtest/ -->
<dependency>
    <groupId>org.apache.slider</groupId>
    <artifactId>slider-funtest</artifactId>
    <version>0.90.2-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.slider/slider-funtest/
implementation 'org.apache.slider:slider-funtest:0.90.2-incubating'
                // https://jarcasting.com/artifacts/org.apache.slider/slider-funtest/
implementation ("org.apache.slider:slider-funtest:0.90.2-incubating")
                'org.apache.slider:slider-funtest:jar:0.90.2-incubating'
                <dependency org="org.apache.slider" name="slider-funtest" rev="0.90.2-incubating">
  <artifact name="slider-funtest" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.slider', module='slider-funtest', version='0.90.2-incubating')
)
                libraryDependencies += "org.apache.slider" % "slider-funtest" % "0.90.2-incubating"
                [org.apache.slider/slider-funtest "0.90.2-incubating"]