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