is not current version
Last Version 10.1.0-M16

org.apache.tomcat:tomcat-annotations-api 7.0.4

Annotations Package

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

tomcat-annotations-api
Version

Version

7.0.4
Type

Type

jar

Download tomcat-annotations-api 7.0.4


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