License |
License |
---|---|
GroupId | GroupIdcom.aggrepoint.framework |
ArtifactId | ArtifactIdapwinlet |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionAggrePoint Framework - Winlet
A web application framework based on Spring MVC for building lightweight portlet style web applications
|
Filename | Size |
---|---|
apwinlet-0.1.0.pom | |
apwinlet-0.1.0.jar | 251 KB |
apwinlet-0.1.0-sources.jar | 156 KB |
apwinlet-0.1.0-javadoc.jar | 927 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/apwinlet/ -->
<dependency>
<groupId>com.aggrepoint.framework</groupId>
<artifactId>apwinlet</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/apwinlet/
implementation 'com.aggrepoint.framework:apwinlet:0.1.0'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/apwinlet/
implementation ("com.aggrepoint.framework:apwinlet:0.1.0")
'com.aggrepoint.framework:apwinlet:jar:0.1.0'
<dependency org="com.aggrepoint.framework" name="apwinlet" rev="0.1.0">
<artifact name="apwinlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='apwinlet', version='0.1.0')
)
libraryDependencies += "com.aggrepoint.framework" % "apwinlet" % "0.1.0"
[com.aggrepoint.framework/apwinlet "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.aggrepoint.framework : apdao | jar | 0.1.0 |
org.springframework : spring-webmvc | jar | 4.1.4.RELEASE |
javax.servlet : jstl | jar | 1.2 |
org.ow2.asm : asm-util | jar | 5.0.3 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
org.owasp.esapi : esapi | jar | 2.1.0 |
org.elasticsearch : elasticsearch Optional | jar | 1.4.2 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.4.2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
ch.qos.logback : logback-core | jar | 1.0.13 |
ch.qos.logback : logback-access | jar | 1.0.13 |
org.springframework : spring-context | jar | 4.1.4.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.11 |