<dependency> <groupId>org.ops4j.pax</groupId> <artifactId>logging</artifactId> <version>2.2.0</version> <type>pom</type> </dependency>
implementation 'org.ops4j.pax:logging:2.2.0'
implementation("org.ops4j.pax:logging:2.2.0")
libraryDependencies += "org.ops4j.pax" % "logging" % "2.2.0"
@Grapes( @Grab(group='org.ops4j.pax', module='logging', version='2.2.0') )
<dependency org="org.ops4j.pax" name="logging" rev="2.2.0" />
[org.ops4j.pax/logging "2.2.0"]
'org.ops4j.pax:logging:jar:2.2.0'
<parent> <groupId>org.ops4j</groupId> <artifactId>master</artifactId> <version>4.3.0</version> </parent>