is not current version
Last Version 01.01.02

com.brentcroft.tools:jstl-templates 01.01.01

Interpolation of text templates using EL, and JSTL(-like) tags backed by EL, and a script tag backed by a ScriptEngine.

Categories

Categories

Jakarta Standard Tag Library Jakarta EE The Web Tier
GroupId

GroupId

com.brentcroft.tools
ArtifactId

ArtifactId

jstl-templates
Version

Version

01.01.01
Type

Type

jar

Download jstl-templates 01.01.01


<!-- https://jarcasting.com/artifacts/com.brentcroft.tools/jstl-templates/ -->
<dependency>
    <groupId>com.brentcroft.tools</groupId>
    <artifactId>jstl-templates</artifactId>
    <version>01.01.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.brentcroft.tools/jstl-templates/
implementation 'com.brentcroft.tools:jstl-templates:01.01.01'
// https://jarcasting.com/artifacts/com.brentcroft.tools/jstl-templates/
implementation ("com.brentcroft.tools:jstl-templates:01.01.01")
'com.brentcroft.tools:jstl-templates:jar:01.01.01'
<dependency org="com.brentcroft.tools" name="jstl-templates" rev="01.01.01">
  <artifact name="jstl-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brentcroft.tools', module='jstl-templates', version='01.01.01')
)
libraryDependencies += "com.brentcroft.tools" % "jstl-templates" % "01.01.01"
[com.brentcroft.tools/jstl-templates "01.01.01"]