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