is not current version
Last Version 2.1.2

org.ops4j.pax:logging 1.8.3


Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

logging
Version

Version

1.8.3
Type

Type

pom

Download logging 1.8.3

Filename Size
logging-1.8.3.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ops4j.pax/logging/ -->
<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>logging</artifactId>
    <version>1.8.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/logging/
implementation 'org.ops4j.pax:logging:1.8.3'
// https://jarcasting.com/artifacts/org.ops4j.pax/logging/
implementation ("org.ops4j.pax:logging:1.8.3")
'org.ops4j.pax:logging:pom:1.8.3'
<dependency org="org.ops4j.pax" name="logging" rev="1.8.3">
  <artifact name="logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='logging', version='1.8.3')
)
libraryDependencies += "org.ops4j.pax" % "logging" % "1.8.3"
[org.ops4j.pax/logging "1.8.3"]