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