License |
License |
---|---|
GroupId | GroupIdcom.artnaseef |
ArtifactId | ArtifactIdlog-forwarder-api |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLog Forwarder API
Definitions for use of Log Forwarders which take generic input from log appenders and forward to specific destinations.
|
Filename | Size |
---|---|
log-forwarder-api-1.0.0.pom | |
log-forwarder-api-1.0.0.jar | 4 KB |
log-forwarder-api-1.0.0-sources.jar | 3 KB |
log-forwarder-api-1.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artnaseef/log-forwarder-api/ -->
<dependency>
<groupId>com.artnaseef</groupId>
<artifactId>log-forwarder-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.artnaseef/log-forwarder-api/
implementation 'com.artnaseef:log-forwarder-api:1.0.0'
// https://jarcasting.com/artifacts/com.artnaseef/log-forwarder-api/
implementation ("com.artnaseef:log-forwarder-api:1.0.0")
'com.artnaseef:log-forwarder-api:jar:1.0.0'
<dependency org="com.artnaseef" name="log-forwarder-api" rev="1.0.0">
<artifact name="log-forwarder-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artnaseef', module='log-forwarder-api', version='1.0.0')
)
libraryDependencies += "com.artnaseef" % "log-forwarder-api" % "1.0.0"
[com.artnaseef/log-forwarder-api "1.0.0"]