License |
License |
---|---|
Categories |
CategoriesFirefly User Interface Web Frameworks |
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-common-jdk7 |
Last Version | Last Version4.0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfirefly-common
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 |
Filename | Size |
---|---|
firefly-common-jdk7-4.0.3.2.pom | |
firefly-common-jdk7-4.0.3.2.jar | 453 KB |
firefly-common-jdk7-4.0.3.2-sources.jar | 262 KB |
firefly-common-jdk7-4.0.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-common-jdk7/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-common-jdk7</artifactId>
<version>4.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-common-jdk7/
implementation 'com.fireflysource:firefly-common-jdk7:4.0.3.2'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-common-jdk7/
implementation ("com.fireflysource:firefly-common-jdk7:4.0.3.2")
'com.fireflysource:firefly-common-jdk7:jar:4.0.3.2'
<dependency org="com.fireflysource" name="firefly-common-jdk7" rev="4.0.3.2">
<artifact name="firefly-common-jdk7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-common-jdk7', version='4.0.3.2')
)
libraryDependencies += "com.fireflysource" % "firefly-common-jdk7" % "4.0.3.2"
[com.fireflysource/firefly-common-jdk7 "4.0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.20.0-GA |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.4 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |