is not current version
Last Version 10.1.0-M16

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

Annotations Package

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

tomcat-annotations-api
Version

Version

8.5.46
Type

Type

jar

Download tomcat-annotations-api 8.5.46


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