License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdslf4j-parent |
Last Version | Last Version2.0.0-alpha7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSLF4J
Top SLF4J project pom.xml file
|
Project URL |
Project URL |
Project Organization |
Project OrganizationQOS.ch |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slf4j-parent-2.0.0-alpha7.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-parent/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-parent/
implementation 'org.slf4j:slf4j-parent:2.0.0-alpha7'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-parent/
implementation ("org.slf4j:slf4j-parent:2.0.0-alpha7")
'org.slf4j:slf4j-parent:pom:2.0.0-alpha7'
<dependency org="org.slf4j" name="slf4j-parent" rev="2.0.0-alpha7">
<artifact name="slf4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-parent', version='2.0.0-alpha7')
)
libraryDependencies += "org.slf4j" % "slf4j-parent" % "2.0.0-alpha7"
[org.slf4j/slf4j-parent "2.0.0-alpha7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |