Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection SLF4J Logging |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdslf4j |
Version | Version1.0.19.5-jre15 |
Type | Typejar |
Filename | Size |
---|---|
slf4j-1.0.19.5-jre15.pom | |
slf4j-1.0.19.5-jre15.jar | 67 KB |
slf4j-1.0.19.5-jre15-sources.jar | 79 KB |
slf4j-1.0.19.5-jre15-javadoc.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/slf4j/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>slf4j</artifactId>
<version>1.0.19.5-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/slf4j/
implementation 'com.guicedee.services:slf4j:1.0.19.5-jre15'
// https://jarcasting.com/artifacts/com.guicedee.services/slf4j/
implementation ("com.guicedee.services:slf4j:1.0.19.5-jre15")
'com.guicedee.services:slf4j:jar:1.0.19.5-jre15'
<dependency org="com.guicedee.services" name="slf4j" rev="1.0.19.5-jre15">
<artifact name="slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='slf4j', version='1.0.19.5-jre15')
)
libraryDependencies += "com.guicedee.services" % "slf4j" % "1.0.19.5-jre15"
[com.guicedee.services/slf4j "1.0.19.5-jre15"]