License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdintegration |
Last Version | Last Version2.0.0-alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSLF4J Integration tests
SLF4J integration tests
|
Project URL |
Project URL |
Project Organization |
Project OrganizationQOS.ch |
Filename | Size |
---|---|
integration-2.0.0-alpha1.pom | |
integration-2.0.0-alpha1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/integration/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>integration</artifactId>
<version>2.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/integration/
implementation 'org.slf4j:integration:2.0.0-alpha1'
// https://jarcasting.com/artifacts/org.slf4j/integration/
implementation ("org.slf4j:integration:2.0.0-alpha1")
'org.slf4j:integration:jar:2.0.0-alpha1'
<dependency org="org.slf4j" name="integration" rev="2.0.0-alpha1">
<artifact name="integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='integration', version='2.0.0-alpha1')
)
libraryDependencies += "org.slf4j" % "integration" % "2.0.0-alpha1"
[org.slf4j/integration "2.0.0-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
org.apache.felix : org.apache.felix.main | jar | 5.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |