SLF4J CDI injection providers
Contribute
Contributions are always welcome. Use Google code style format for your changes.
License
This project is licensed under the MIT license
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.reini |
| ArtifactId | ArtifactIdslf4-cdi |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF4J CDI injection providers
Provides partial backwards compatibility classes in order to more easier migrate to a newer JUnit version.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| slf4-cdi-1.0.pom | |
| slf4-cdi-1.0.jar | 2 KB |
| slf4-cdi-1.0-sources.jar | 1 KB |
| slf4-cdi-1.0-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.reini/slf4-cdi/ -->
<dependency>
<groupId>net.reini</groupId>
<artifactId>slf4-cdi</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.reini/slf4-cdi/
implementation 'net.reini:slf4-cdi:1.0'
// https://jarcasting.com/artifacts/net.reini/slf4-cdi/
implementation ("net.reini:slf4-cdi:1.0")
'net.reini:slf4-cdi:jar:1.0'
<dependency org="net.reini" name="slf4-cdi" rev="1.0">
<artifact name="slf4-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.reini', module='slf4-cdi', version='1.0')
)
libraryDependencies += "net.reini" % "slf4-cdi" % "1.0"
[net.reini/slf4-cdi "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| javax.enterprise : cdi-api | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.jmockit : jmockit | jar | 1.23 |
| org.easymock : easymock | jar | 3.4 |
Contributions are always welcome. Use Google code style format for your changes.
This project is licensed under the MIT license