License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-slf4j-main |
Last Version | Last Version6.5.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEAP Base Module org.slf4j:main
The parent with dependencies imports the KIE Platform BOM and adds the default test-scoped dependencies.
All modules extend this parent, except for the user-facing BOMs (which are used here).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org-slf4j-main-6.5.0.Final.pom | 1 KB |
org-slf4j-main-6.5.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-slf4j-main/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-slf4j-main</artifactId>
<version>6.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-slf4j-main/
implementation 'org.kie.modules:org-slf4j-main:6.5.0.Final'
// https://jarcasting.com/artifacts/org.kie.modules/org-slf4j-main/
implementation ("org.kie.modules:org-slf4j-main:6.5.0.Final")
'org.kie.modules:org-slf4j-main:jar:6.5.0.Final'
<dependency org="org.kie.modules" name="org-slf4j-main" rev="6.5.0.Final">
<artifact name="org-slf4j-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-slf4j-main', version='6.5.0.Final')
)
libraryDependencies += "org.kie.modules" % "org-slf4j-main" % "6.5.0.Final"
[org.kie.modules/org-slf4j-main "6.5.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | pom | 1.7.2.redhat-3 |