| License |
License |
|---|---|
| GroupId | GroupIdorg.smart4j |
| ArtifactId | ArtifactIdsmart-framework |
| Last Version | Last Version2.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsmart-framework
Smart Framework is a lightweight Java Web Framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| smart-framework-2.3.2.pom | |
| smart-framework-2.3.2.jar | 118 KB |
| smart-framework-2.3.2-sources.jar | 73 KB |
| smart-framework-2.3.2-javadoc.jar | 629 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smart4j/smart-framework/ -->
<dependency>
<groupId>org.smart4j</groupId>
<artifactId>smart-framework</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.smart4j/smart-framework/
implementation 'org.smart4j:smart-framework:2.3.2'
// https://jarcasting.com/artifacts/org.smart4j/smart-framework/
implementation ("org.smart4j:smart-framework:2.3.2")
'org.smart4j:smart-framework:jar:2.3.2'
<dependency org="org.smart4j" name="smart-framework" rev="2.3.2">
<artifact name="smart-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smart4j', module='smart-framework', version='2.3.2')
)
libraryDependencies += "org.smart4j" % "smart-framework" % "2.3.2"
[org.smart4j/smart-framework "2.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
| org.codehaus.jackson : jackson-jaxrs | jar | 1.9.13 |
| cglib : cglib | jar | 2.2.2 |
| commons-lang : commons-lang | jar | 2.4 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| commons-dbcp : commons-dbcp | jar | 1.4 |
| commons-dbutils : commons-dbutils | jar | 1.5 |
| commons-fileupload : commons-fileupload | jar | 1.3 |
| commons-codec : commons-codec | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |