is not current version
Last Version 0.92.0-incubating

org.apache.slider:command-logger-sample 0.70.1-incubating

Command logger is a simple application that does not have any moving parts. Its sole purpose is to get packaged as a tarball that includes some static files suggesting how commands may be logged, for use in test deployments.

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.apache.slider
ArtifactId

ArtifactId

command-logger-sample
Version

Version

0.70.1-incubating
Type

Type

pom

Download command-logger-sample 0.70.1-incubating


<!-- https://jarcasting.com/artifacts/org.apache.slider/command-logger-sample/ -->
<dependency>
    <groupId>org.apache.slider</groupId>
    <artifactId>command-logger-sample</artifactId>
    <version>0.70.1-incubating</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.slider/command-logger-sample/
implementation 'org.apache.slider:command-logger-sample:0.70.1-incubating'
// https://jarcasting.com/artifacts/org.apache.slider/command-logger-sample/
implementation ("org.apache.slider:command-logger-sample:0.70.1-incubating")
'org.apache.slider:command-logger-sample:pom:0.70.1-incubating'
<dependency org="org.apache.slider" name="command-logger-sample" rev="0.70.1-incubating">
  <artifact name="command-logger-sample" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.slider', module='command-logger-sample', version='0.70.1-incubating')
)
libraryDependencies += "org.apache.slider" % "command-logger-sample" % "0.70.1-incubating"
[org.apache.slider/command-logger-sample "0.70.1-incubating"]