License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.apache.slider |
ArtifactId | ArtifactIdslider-agent |
Last Version | Last Version0.92.0-incubating |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSlider Agent
Slider Agent
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
slider-agent-0.92.0-incubating.pom | |
slider-agent-0.92.0-incubating.tar.gz | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.slider/slider-agent/ -->
<dependency>
<groupId>org.apache.slider</groupId>
<artifactId>slider-agent</artifactId>
<version>0.92.0-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.slider/slider-agent/
implementation 'org.apache.slider:slider-agent:0.92.0-incubating'
// https://jarcasting.com/artifacts/org.apache.slider/slider-agent/
implementation ("org.apache.slider:slider-agent:0.92.0-incubating")
'org.apache.slider:slider-agent:pom:0.92.0-incubating'
<dependency org="org.apache.slider" name="slider-agent" rev="0.92.0-incubating">
<artifact name="slider-agent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.slider', module='slider-agent', version='0.92.0-incubating')
)
libraryDependencies += "org.apache.slider" % "slider-agent" % "0.92.0-incubating"
[org.apache.slider/slider-agent "0.92.0-incubating"]