Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.wso2.org.ops4j.pax.logging |
ArtifactId | ArtifactIdpax-logging-it |
Version | Version2.1.0-wso2v1 |
Type | Typejar |
Filename | Size |
---|---|
pax-logging-it-2.1.0-wso2v1.pom | |
pax-logging-it-2.1.0-wso2v1.jar | 9 KB |
pax-logging-it-2.1.0-wso2v1-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.org.ops4j.pax.logging/pax-logging-it/ -->
<dependency>
<groupId>org.wso2.org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-it</artifactId>
<version>2.1.0-wso2v1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.org.ops4j.pax.logging/pax-logging-it/
implementation 'org.wso2.org.ops4j.pax.logging:pax-logging-it:2.1.0-wso2v1'
// https://jarcasting.com/artifacts/org.wso2.org.ops4j.pax.logging/pax-logging-it/
implementation ("org.wso2.org.ops4j.pax.logging:pax-logging-it:2.1.0-wso2v1")
'org.wso2.org.ops4j.pax.logging:pax-logging-it:jar:2.1.0-wso2v1'
<dependency org="org.wso2.org.ops4j.pax.logging" name="pax-logging-it" rev="2.1.0-wso2v1">
<artifact name="pax-logging-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.org.ops4j.pax.logging', module='pax-logging-it', version='2.1.0-wso2v1')
)
libraryDependencies += "org.wso2.org.ops4j.pax.logging" % "pax-logging-it" % "2.1.0-wso2v1"
[org.wso2.org.ops4j.pax.logging/pax-logging-it "2.1.0-wso2v1"]