Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.sonatype.nexus |
ArtifactId | ArtifactIdnexus-logging-extras-appender |
Version | Version2.4.0-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-logging-extras-appender/ -->
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-logging-extras-appender</artifactId>
<version>2.4.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-logging-extras-appender/
implementation 'org.sonatype.nexus:nexus-logging-extras-appender:2.4.0-1'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-logging-extras-appender/
implementation ("org.sonatype.nexus:nexus-logging-extras-appender:2.4.0-1")
'org.sonatype.nexus:nexus-logging-extras-appender:jar:2.4.0-1'
<dependency org="org.sonatype.nexus" name="nexus-logging-extras-appender" rev="2.4.0-1">
<artifact name="nexus-logging-extras-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-logging-extras-appender', version='2.4.0-1')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-logging-extras-appender" % "2.4.0-1"
[org.sonatype.nexus/nexus-logging-extras-appender "2.4.0-1"]