| Categories |
CategoriesLogging Application Layer Libs SLF4J |
|---|---|
| GroupId | GroupIdorg.no-hope |
| ArtifactId | ArtifactIdslf4j-logging |
| Version | Version0.1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| slf4j-logging-0.1.8.pom | |
| slf4j-logging-0.1.8.jar | 6 KB |
| slf4j-logging-0.1.8-tests.jar | 13 KB |
| slf4j-logging-0.1.8-sources.jar | 4 KB |
| slf4j-logging-0.1.8-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.no-hope/slf4j-logging/ -->
<dependency>
<groupId>org.no-hope</groupId>
<artifactId>slf4j-logging</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/slf4j-logging/
implementation 'org.no-hope:slf4j-logging:0.1.8'
// https://jarcasting.com/artifacts/org.no-hope/slf4j-logging/
implementation ("org.no-hope:slf4j-logging:0.1.8")
'org.no-hope:slf4j-logging:jar:0.1.8'
<dependency org="org.no-hope" name="slf4j-logging" rev="0.1.8">
<artifact name="slf4j-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='slf4j-logging', version='0.1.8')
)
libraryDependencies += "org.no-hope" % "slf4j-logging" % "0.1.8"
[org.no-hope/slf4j-logging "0.1.8"]