Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.sonatype.nexus.buildsupport |
ArtifactId | ArtifactIdnexus-buildsupport-logging |
Version | Version3.15.0-01 |
Type | Typepom |
Filename | Size |
---|---|
nexus-buildsupport-logging-3.15.0-01.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-logging/ -->
<dependency>
<groupId>org.sonatype.nexus.buildsupport</groupId>
<artifactId>nexus-buildsupport-logging</artifactId>
<version>3.15.0-01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-logging/
implementation 'org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:3.15.0-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-logging/
implementation ("org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:3.15.0-01")
'org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:pom:3.15.0-01'
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-logging" rev="3.15.0-01">
<artifact name="nexus-buildsupport-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-logging', version='3.15.0-01')
)
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-logging" % "3.15.0-01"
[org.sonatype.nexus.buildsupport/nexus-buildsupport-logging "3.15.0-01"]