License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging Firefly User Interface Web Frameworks |
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-slf4j-jdk7 |
Last Version | Last Version4.0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfirefly-slf4j
Firefly framework helps you create a java web application easy and quickly. It provides MVC framework with HTTP Server and many other useful components for developing web applications. It means you can easy deploy your web without any other java web containers, in short , it's containerless. It taps into the fullest potential of hardware using SEDA architecture, a highly customizable thread model.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-slf4j-jdk7/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-slf4j-jdk7</artifactId>
<version>4.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-slf4j-jdk7/
implementation 'com.fireflysource:firefly-slf4j-jdk7:4.0.3.2'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-slf4j-jdk7/
implementation ("com.fireflysource:firefly-slf4j-jdk7:4.0.3.2")
'com.fireflysource:firefly-slf4j-jdk7:jar:4.0.3.2'
<dependency org="com.fireflysource" name="firefly-slf4j-jdk7" rev="4.0.3.2">
<artifact name="firefly-slf4j-jdk7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-slf4j-jdk7', version='4.0.3.2')
)
libraryDependencies += "com.fireflysource" % "firefly-slf4j-jdk7" % "4.0.3.2"
[com.fireflysource/firefly-slf4j-jdk7 "4.0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fireflysource : firefly-common-jdk7 | jar | 4.0.3.2 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |