Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdslf4j-parent |
Version | Version1.7.27 |
Type | Typepom |
Filename | Size |
---|---|
slf4j-parent-1.7.27.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-parent/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.27</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-parent/
implementation 'org.slf4j:slf4j-parent:1.7.27'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-parent/
implementation ("org.slf4j:slf4j-parent:1.7.27")
'org.slf4j:slf4j-parent:pom:1.7.27'
<dependency org="org.slf4j" name="slf4j-parent" rev="1.7.27">
<artifact name="slf4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-parent', version='1.7.27')
)
libraryDependencies += "org.slf4j" % "slf4j-parent" % "1.7.27"
[org.slf4j/slf4j-parent "1.7.27"]