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