License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.demidenko05 |
ArtifactId | ArtifactIdtaglibs-standard-spec |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Standard Taglib Specification API
An implementation of the JSP Standard Tag Library (JSTL) Specification API.
Adapted for Android by using a-javabeans (Javabeans adapted for Android).
|
Project URL |
Project URL |
Filename | Size |
---|---|
taglibs-standard-spec-1.0.5.pom | |
taglibs-standard-spec-1.0.5.jar | 38 KB |
taglibs-standard-spec-1.0.5-sources.jar | 43 KB |
taglibs-standard-spec-1.0.5-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/ -->
<dependency>
<groupId>com.github.demidenko05</groupId>
<artifactId>taglibs-standard-spec</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/
implementation 'com.github.demidenko05:taglibs-standard-spec:1.0.5'
// https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/
implementation ("com.github.demidenko05:taglibs-standard-spec:1.0.5")
'com.github.demidenko05:taglibs-standard-spec:jar:1.0.5'
<dependency org="com.github.demidenko05" name="taglibs-standard-spec" rev="1.0.5">
<artifact name="taglibs-standard-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.demidenko05', module='taglibs-standard-spec', version='1.0.5')
)
libraryDependencies += "com.github.demidenko05" % "taglibs-standard-spec" % "1.0.5"
[com.github.demidenko05/taglibs-standard-spec "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.demidenko05 : a-javabeans8 | jar | 1.0.2 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.demidenko05 : a-apache-jsp | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.easymock : easymock | jar | 3.0 |