Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdslf4j-plus |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
slf4j-plus-0.2.1.pom | |
slf4j-plus-0.2.1.jar | 9 KB |
slf4j-plus-0.2.1-sources.jar | 6 KB |
slf4j-plus-0.2.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/slf4j-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>slf4j-plus</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/slf4j-plus/
implementation 'com.github.spt-oss:slf4j-plus:0.2.1'
// https://jarcasting.com/artifacts/com.github.spt-oss/slf4j-plus/
implementation ("com.github.spt-oss:slf4j-plus:0.2.1")
'com.github.spt-oss:slf4j-plus:jar:0.2.1'
<dependency org="com.github.spt-oss" name="slf4j-plus" rev="0.2.1">
<artifact name="slf4j-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='slf4j-plus', version='0.2.1')
)
libraryDependencies += "com.github.spt-oss" % "slf4j-plus" % "0.2.1"
[com.github.spt-oss/slf4j-plus "0.2.1"]