is not current version
Last Version 2.6

com.addc:addc-tag 2.5.1

The addc-tag library supplies a Tag Library to access the I18N classes in the addc-base library.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-tag
Version

Version

2.5.1
Type

Type

jar

Download addc-tag 2.5.1


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