| Categories |
CategoriesLogging Application Layer Libs |
|---|---|
| GroupId | GroupIdorg.sonatype.nexus.buildsupport |
| ArtifactId | ArtifactIdnexus-buildsupport-logging |
| Version | Version2.6.1-01 |
| Type | Typepom |
| Filename | Size |
|---|---|
| nexus-buildsupport-logging-2.6.1-01.pom | 3 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>2.6.1-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:2.6.1-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-logging/
implementation ("org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:2.6.1-01")
'org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:pom:2.6.1-01'
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-logging" rev="2.6.1-01">
<artifact name="nexus-buildsupport-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-logging', version='2.6.1-01')
)
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-logging" % "2.6.1-01"
[org.sonatype.nexus.buildsupport/nexus-buildsupport-logging "2.6.1-01"]