a

ao-taglib

Making JSP be what it should have been all along.
https://aoindustries.com/${project.artifactId}/
Files download
File Operation
ao-taglib-3.0.1.jar download
ao-taglib-3.0.1.pom download
ao-taglib-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aoindustries</groupId>
  <artifactId>ao-taglib</artifactId>
  <version>3.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.aoindustries:ao-taglib:3.0.1'
Gradle Kotlin
implementation("com.aoindustries:ao-taglib:3.0.1")
Scala SBT
libraryDependencies += "com.aoindustries" % "ao-taglib" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.aoindustries', module='ao-taglib', version='3.0.1')
)
Apache Ivy
<dependency org="com.aoindustries" name="ao-taglib" rev="3.0.1" />
Leiningen
[com.aoindustries/ao-taglib "3.0.1"]
Apache Buildr
'com.aoindustries:ao-taglib:jar:3.0.1'