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