Download extremecomponents-1.0.1.jar file - Jar e

Jar examples for e:extremecomponents

Description

The eXtremeComponents are a series of open source JSP custom tags that render advanced displays. The current component is called the eXtremeTable and is used to display data in a table format.

You can download jar file extremecomponents 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add extremecomponents-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

extremecomponents-1.0.1-sources.jar
extremecomponents-1.0.1.jar
extremecomponents-1.0.1.pom



Related Tutorials