Categories |
CategoriesLogging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdbiz.enef |
ArtifactId | ArtifactIdslogging-slf4j_2.11 |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
slogging-slf4j_2.11-0.3.pom | |
slogging-slf4j_2.11-0.3.jar | 3 KB |
slogging-slf4j_2.11-0.3-sources.jar | 938 bytes |
slogging-slf4j_2.11-0.3-javadoc.jar | 344 KB |
Browse |
<!-- https://jarcasting.com/artifacts/biz.enef/slogging-slf4j_2.11/ -->
<dependency>
<groupId>biz.enef</groupId>
<artifactId>slogging-slf4j_2.11</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/biz.enef/slogging-slf4j_2.11/
implementation 'biz.enef:slogging-slf4j_2.11:0.3'
// https://jarcasting.com/artifacts/biz.enef/slogging-slf4j_2.11/
implementation ("biz.enef:slogging-slf4j_2.11:0.3")
'biz.enef:slogging-slf4j_2.11:jar:0.3'
<dependency org="biz.enef" name="slogging-slf4j_2.11" rev="0.3">
<artifact name="slogging-slf4j_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.enef', module='slogging-slf4j_2.11', version='0.3')
)
libraryDependencies += "biz.enef" % "slogging-slf4j_2.11" % "0.3"
[biz.enef/slogging-slf4j_2.11 "0.3"]