is not current version
Last Version 6.0.53

org.apache.tomcat:annotations-api 6.0.14

Annotations Package

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

annotations-api
Version

Version

6.0.14
Type

Type

jar

Download annotations-api 6.0.14


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