Download taglibs-standard-spec-1.0.5.jar file - Jar t

Jar examples for t:taglibs-standard-spec

Description

An implementation of the JSP Standard Tag Library (JSTL) Specification API. Adapted for Android by using a-javabeans (Javabeans adapted for Android).

You can download jar file taglibs-standard-spec 1.0.5 in this page.

License

Apache License

Build File

You can use the following script to add taglibs-standard-spec-1.0.5.jar to your project.

<dependency>
   <groupId>com.github.demidenko05</groupId>
   <artifactId>taglibs-standard-spec</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'com.github.demidenko05', name: 'taglibs-standard-spec', version: '1.0.5'
libraryDependencies += "com.github.demidenko05" % "taglibs-standard-spec" % "1.0.5"
<dependency org="com.github.demidenko05" name="taglibs-standard-spec" rev="1.0.5"/>
@Grapes(@Grab(group='com.github.demidenko05', module='taglibs-standard-spec', version='1.0.5'))
'com.github.demidenko05:taglibs-standard-spec:jar:1.0.5'

Download

Click the following link to download the jar file.

taglibs-standard-spec-1.0.5-javadoc.jar
taglibs-standard-spec-1.0.5-sources.jar
taglibs-standard-spec-1.0.5.jar
taglibs-standard-spec-1.0.5.pom



Related Tutorials