Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdslf4j-ext |
Version | Version1.7.24 |
Type | Typejar |
Filename | Size |
---|---|
slf4j-ext-1.7.24.pom | |
slf4j-ext-1.7.24.jar | 41 KB |
slf4j-ext-1.7.24-sources.jar | 42 KB |
slf4j-ext-1.7.24-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-ext/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>1.7.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-ext/
implementation 'org.slf4j:slf4j-ext:1.7.24'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-ext/
implementation ("org.slf4j:slf4j-ext:1.7.24")
'org.slf4j:slf4j-ext:jar:1.7.24'
<dependency org="org.slf4j" name="slf4j-ext" rev="1.7.24">
<artifact name="slf4j-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-ext', version='1.7.24')
)
libraryDependencies += "org.slf4j" % "slf4j-ext" % "1.7.24"
[org.slf4j/slf4j-ext "1.7.24"]