File | Operation |
---|---|
pax-logging-samples-2.1.0-wso2v1.pom | download |
<dependency>
<groupId>org.wso2.org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-samples</artifactId>
<version>2.1.0-wso2v1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.wso2.org.ops4j.pax.logging" % "pax-logging-samples" % "2.1.0-wso2v1"
@Grapes(
@Grab(group='org.wso2.org.ops4j.pax.logging', module='pax-logging-samples', version='2.1.0-wso2v1')
)
<dependency org="org.wso2.org.ops4j.pax.logging" name="pax-logging-samples" rev="2.1.0-wso2v1" />
<parent> <groupId>org.wso2.org.ops4j.pax.logging</groupId> <artifactId>logging</artifactId> <version>2.1.0-wso2v1</version> </parent>