License |
License |
---|---|
Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdcom.jspcore |
ArtifactId | ArtifactIdlogcapture |
Last Version | Last Version0.4.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlogcapture
A testing library for assert logging messages.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logcapture-0.4.6.pom | |
logcapture-0.4.6.jar | 16 KB |
logcapture-0.4.6-sources.jar | 7 KB |
logcapture-0.4.6-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jspcore/logcapture/ -->
<dependency>
<groupId>com.jspcore</groupId>
<artifactId>logcapture</artifactId>
<version>0.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.jspcore/logcapture/
implementation 'com.jspcore:logcapture:0.4.6'
// https://jarcasting.com/artifacts/com.jspcore/logcapture/
implementation ("com.jspcore:logcapture:0.4.6")
'com.jspcore:logcapture:jar:0.4.6'
<dependency org="com.jspcore" name="logcapture" rev="0.4.6">
<artifact name="logcapture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jspcore', module='logcapture', version='0.4.6')
)
libraryDependencies += "com.jspcore" % "logcapture" % "0.4.6"
[com.jspcore/logcapture "0.4.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.22 |
ch.qos.logback : logback-classic | jar | 1.1.8 |
org.hamcrest : hamcrest-library | jar | 1.3 |
com.jayway.awaitility : awaitility | jar | 1.7.0 |
junit : junit | jar | 4.12 |
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.spockframework : spock-core | jar | 1.1-groovy-2.4 |