Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection SLF4J Logging |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdslf4j |
Version | Version1.0.19.3-jre13 |
Type | Typejar |
Filename | Size |
---|---|
slf4j-1.0.19.3-jre13.pom | |
slf4j-1.0.19.3-jre13.jar | 67 KB |
slf4j-1.0.19.3-jre13-sources.jar | 79 KB |
slf4j-1.0.19.3-jre13-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.3-jre13</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/slf4j/
implementation 'com.guicedee.services:slf4j:1.0.19.3-jre13'
// https://jarcasting.com/artifacts/com.guicedee.services/slf4j/
implementation ("com.guicedee.services:slf4j:1.0.19.3-jre13")
'com.guicedee.services:slf4j:jar:1.0.19.3-jre13'
<dependency org="com.guicedee.services" name="slf4j" rev="1.0.19.3-jre13">
<artifact name="slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='slf4j', version='1.0.19.3-jre13')
)
libraryDependencies += "com.guicedee.services" % "slf4j" % "1.0.19.3-jre13"
[com.guicedee.services/slf4j "1.0.19.3-jre13"]