is not current version
Last Version 1.0.5

com.github.demidenko05:taglibs-standard-spec 1.0.3

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

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.demidenko05
ArtifactId

ArtifactId

taglibs-standard-spec
Version

Version

1.0.3
Type

Type

jar

Download taglibs-standard-spec 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/ -->
<dependency>
    <groupId>com.github.demidenko05</groupId>
    <artifactId>taglibs-standard-spec</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/
implementation 'com.github.demidenko05:taglibs-standard-spec:1.0.3'
// https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/
implementation ("com.github.demidenko05:taglibs-standard-spec:1.0.3")
'com.github.demidenko05:taglibs-standard-spec:jar:1.0.3'
<dependency org="com.github.demidenko05" name="taglibs-standard-spec" rev="1.0.3">
  <artifact name="taglibs-standard-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.demidenko05', module='taglibs-standard-spec', version='1.0.3')
)
libraryDependencies += "com.github.demidenko05" % "taglibs-standard-spec" % "1.0.3"
[com.github.demidenko05/taglibs-standard-spec "1.0.3"]