License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.portingle |
ArtifactId | ArtifactIdslf4jtesting |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionslf4jtesting
SLF4JTesting is a library that provides facilities for log testing that are simple to use and optimised for use in environments with concurrent test execution and/or where console logging is desired.
|
Project URL |
Project URL |
Filename | Size |
---|---|
slf4jtesting-1.2.0.pom | |
slf4jtesting-1.2.0.jar | 17 KB |
slf4jtesting-1.2.0-sources.jar | 12 KB |
slf4jtesting-1.2.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.portingle/slf4jtesting/ -->
<dependency>
<groupId>com.portingle</groupId>
<artifactId>slf4jtesting</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.portingle/slf4jtesting/
implementation 'com.portingle:slf4jtesting:1.2.0'
// https://jarcasting.com/artifacts/com.portingle/slf4jtesting/
implementation ("com.portingle:slf4jtesting:1.2.0")
'com.portingle:slf4jtesting:jar:1.2.0'
<dependency org="com.portingle" name="slf4jtesting" rev="1.2.0">
<artifact name="slf4jtesting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.portingle', module='slf4jtesting', version='1.2.0')
)
libraryDependencies += "com.portingle" % "slf4jtesting" % "1.2.0"
[com.portingle/slf4jtesting "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |