Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.dinstone.loghub |
ArtifactId | ArtifactIdloghub-slf4j |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
loghub-slf4j-1.2.1.pom | |
loghub-slf4j-1.2.1.jar | 5 KB |
loghub-slf4j-1.2.1-sources.jar | 3 KB |
loghub-slf4j-1.2.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-slf4j/ -->
<dependency>
<groupId>com.dinstone.loghub</groupId>
<artifactId>loghub-slf4j</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-slf4j/
implementation 'com.dinstone.loghub:loghub-slf4j:1.2.1'
// https://jarcasting.com/artifacts/com.dinstone.loghub/loghub-slf4j/
implementation ("com.dinstone.loghub:loghub-slf4j:1.2.1")
'com.dinstone.loghub:loghub-slf4j:jar:1.2.1'
<dependency org="com.dinstone.loghub" name="loghub-slf4j" rev="1.2.1">
<artifact name="loghub-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.loghub', module='loghub-slf4j', version='1.2.1')
)
libraryDependencies += "com.dinstone.loghub" % "loghub-slf4j" % "1.2.1"
[com.dinstone.loghub/loghub-slf4j "1.2.1"]