Download stripes-1.5.1.jar file - Jar s

Jar examples for s:stripes

Description

Stripes web framework jar, including tag library.

You can download jar file stripes 1.5.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add stripes-1.5.1.jar to your project.

<dependency>
   <groupId>net.sourceforge.stripes</groupId>
   <artifactId>stripes</artifactId>
   <version>1.5.1</version>
</dependency>
compile group: 'net.sourceforge.stripes', name: 'stripes', version: '1.5.1'
libraryDependencies += "net.sourceforge.stripes" % "stripes" % "1.5.1"
<dependency org="net.sourceforge.stripes" name="stripes" rev="1.5.1"/>
@Grapes(@Grab(group='net.sourceforge.stripes', module='stripes', version='1.5.1'))
'net.sourceforge.stripes:stripes:jar:1.5.1'

Download

Click the following link to download the jar file.

stripes-1.5.1.jar
stripes-1.5.1.pom
stripes-1.5.1-sources.jar



Related Tutorials