Categories |
CategoriesSLF4J Application Layer Libs Logging Firefly User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-slf4j |
Version | Version4.7.0 |
Type | Typejar |
Filename | Size |
---|---|
firefly-slf4j-4.7.0.pom | |
firefly-slf4j-4.7.0.jar | 35 KB |
firefly-slf4j-4.7.0-sources.jar | 18 KB |
firefly-slf4j-4.7.0-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-slf4j/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-slf4j</artifactId>
<version>4.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-slf4j/
implementation 'com.fireflysource:firefly-slf4j:4.7.0'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-slf4j/
implementation ("com.fireflysource:firefly-slf4j:4.7.0")
'com.fireflysource:firefly-slf4j:jar:4.7.0'
<dependency org="com.fireflysource" name="firefly-slf4j" rev="4.7.0">
<artifact name="firefly-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-slf4j', version='4.7.0')
)
libraryDependencies += "com.fireflysource" % "firefly-slf4j" % "4.7.0"
[com.fireflysource/firefly-slf4j "4.7.0"]