License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.apache.slider |
ArtifactId | ArtifactIdcommand-logger-sample |
Last Version | Last Version0.92.0-incubating |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCommand 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.slider/command-logger-sample/ -->
<dependency>
<groupId>org.apache.slider</groupId>
<artifactId>command-logger-sample</artifactId>
<version>0.92.0-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.slider/command-logger-sample/
implementation 'org.apache.slider:command-logger-sample:0.92.0-incubating'
// https://jarcasting.com/artifacts/org.apache.slider/command-logger-sample/
implementation ("org.apache.slider:command-logger-sample:0.92.0-incubating")
'org.apache.slider:command-logger-sample:pom:0.92.0-incubating'
<dependency org="org.apache.slider" name="command-logger-sample" rev="0.92.0-incubating">
<artifact name="command-logger-sample" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.slider', module='command-logger-sample', version='0.92.0-incubating')
)
libraryDependencies += "org.apache.slider" % "command-logger-sample" % "0.92.0-incubating"
[org.apache.slider/command-logger-sample "0.92.0-incubating"]