is not current version
Last Version 1.0.11

com.aggrepoint.framework:winlet 0.1.5

A web application framework based on Spring MVC for building lightweight portlet style web applications

GroupId

GroupId

com.aggrepoint.framework
ArtifactId

ArtifactId

winlet
Version

Version

0.1.5
Type

Type

jar

Download winlet 0.1.5


<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/ -->
<dependency>
    <groupId>com.aggrepoint.framework</groupId>
    <artifactId>winlet</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation 'com.aggrepoint.framework:winlet:0.1.5'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation ("com.aggrepoint.framework:winlet:0.1.5")
'com.aggrepoint.framework:winlet:jar:0.1.5'
<dependency org="com.aggrepoint.framework" name="winlet" rev="0.1.5">
  <artifact name="winlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='winlet', version='0.1.5')
)
libraryDependencies += "com.aggrepoint.framework" % "winlet" % "0.1.5"
[com.aggrepoint.framework/winlet "0.1.5"]