License |
License |
---|---|
GroupId | GroupIdcom.aggrepoint.framework |
ArtifactId | ArtifactIdwinlet |
Version | Version1.0.11 |
Type | Typejar |
Description |
DescriptionAggrePoint Framework - Winlet
A web application framework based on Spring MVC for building component based web applications
|
Filename | Size |
---|---|
winlet-1.0.11.pom | |
winlet-1.0.11.jar | 315 KB |
winlet-1.0.11-sources.jar | 199 KB |
winlet-1.0.11-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/ -->
<dependency>
<groupId>com.aggrepoint.framework</groupId>
<artifactId>winlet</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation 'com.aggrepoint.framework:winlet:1.0.11'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation ("com.aggrepoint.framework:winlet:1.0.11")
'com.aggrepoint.framework:winlet:jar:1.0.11'
<dependency org="com.aggrepoint.framework" name="winlet" rev="1.0.11">
<artifact name="winlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='winlet', version='1.0.11')
)
libraryDependencies += "com.aggrepoint.framework" % "winlet" % "1.0.11"
[com.aggrepoint.framework/winlet "1.0.11"]
Group / Artifact | Type | Version |
---|---|---|
com.aggrepoint.framework : apdao | jar | 1.0.11 |
org.springframework : spring-webmvc | jar | 5.1.3.RELEASE |
javax.servlet : jstl | jar | 1.2 |
org.ow2.asm : asm-util | jar | 5.0.4 |
org.owasp.esapi : esapi | jar | 2.1.0 |
org.freemarker : freemarker | jar | 2.3.28 |
com.googlecode.htmlcompressor : htmlcompressor | jar | 1.5.2 |
com.yahoo.platform.yui : yuicompressor | jar | 2.4.8 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
ch.qos.logback : logback-core | jar | 1.1.3 |
ch.qos.logback : logback-access | jar | 1.1.3 |
org.springframework : spring-context | jar | 5.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |