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