License |
License |
---|---|
GroupId | GroupIdcom.github.skjolber.xml-log-filter |
ArtifactId | ArtifactIdxml-log-filter-test |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProject for filtering of XML for logging purposes
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xml-log-filter-test-1.0.5.pom | |
xml-log-filter-test-1.0.5.jar | 183 KB |
xml-log-filter-test-1.0.5-sources.jar | 172 KB |
xml-log-filter-test-1.0.5-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.xml-log-filter/xml-log-filter-test/ -->
<dependency>
<groupId>com.github.skjolber.xml-log-filter</groupId>
<artifactId>xml-log-filter-test</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.xml-log-filter/xml-log-filter-test/
implementation 'com.github.skjolber.xml-log-filter:xml-log-filter-test:1.0.5'
// https://jarcasting.com/artifacts/com.github.skjolber.xml-log-filter/xml-log-filter-test/
implementation ("com.github.skjolber.xml-log-filter:xml-log-filter-test:1.0.5")
'com.github.skjolber.xml-log-filter:xml-log-filter-test:jar:1.0.5'
<dependency org="com.github.skjolber.xml-log-filter" name="xml-log-filter-test" rev="1.0.5">
<artifact name="xml-log-filter-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.xml-log-filter', module='xml-log-filter-test', version='1.0.5')
)
libraryDependencies += "com.github.skjolber.xml-log-filter" % "xml-log-filter-test" % "1.0.5"
[com.github.skjolber.xml-log-filter/xml-log-filter-test "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skjolber : indent | jar | 1.0.0 |
com.github.skjolber.xml-log-filter : xml-log-filter-api | jar | 1.0.5 |
com.github.skjolber.xml-log-filter : xml-log-filter-conformance | jar | 1.0.5 |
org.slf4j : slf4j-api | jar | 1.7.30 |
commons-io : commons-io | jar | 2.6 |
xerces : xercesImpl | jar | 2.12.0 |
org.xmlunit : xmlunit-core | jar | 2.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.hamcrest : hamcrest | jar | 2.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |