MVN

org.apache.slider : command-logger-sample

Maven & Gradle

Mar 10, 2017
1 usages

Command Logger Sample Application · 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.

<dependency>
    <groupId>org.apache.slider</groupId>
    <artifactId>command-logger-sample</artifactId>
    <version>0.92.0-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.slider : command-logger-sample to add to Maven - Latest Versions:

  • Latest Stable: 0.92.0-incubating

All Versions

Choose a version of org.apache.slider : command-logger-sample to add to Maven - All Versions:

Version Vulnerabilities Updated
0.92.x
command-logger-sample-0.92.0-incubating
0.91.x
command-logger-sample-0.91.0-incubating
0.90.x
command-logger-sample-0.90.2-incubating
0.81.x
command-logger-sample-0.81.1-incubating
0.80.x
command-logger-sample-0.80.0-incubating
0.70.x
command-logger-sample-0.70.1-incubating
0.61.x
command-logger-sample-0.61.0-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.slider</groupId>
    <artifactId>command-logger-sample</artifactId>
    <version>0.92.0-incubating</version>
</dependency>

Advertisement