t

tomcat-annotations-api

Annotations Package
https://tomcat.apache.org/
Apache License, Version 2.0
Files download
File Operation
tomcat-annotations-api-11.0.0-M19.jar download
tomcat-annotations-api-11.0.0-M19.pom download
tomcat-annotations-api-11.0.0-M19-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>tomcat-annotations-api</artifactId>
  <version>11.0.0-M19</version>
</dependency>
Gradle Groovy
implementation 'org.apache.tomcat:tomcat-annotations-api:11.0.0-M19'
Gradle Kotlin
implementation("org.apache.tomcat:tomcat-annotations-api:11.0.0-M19")
Scala SBT
libraryDependencies += "org.apache.tomcat" % "tomcat-annotations-api" % "11.0.0-M19"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tomcat', module='tomcat-annotations-api', version='11.0.0-M19')
)
Apache Ivy
<dependency org="org.apache.tomcat" name="tomcat-annotations-api" rev="11.0.0-M19" />
Leiningen
[org.apache.tomcat/tomcat-annotations-api "11.0.0-M19"]
Apache Buildr
'org.apache.tomcat:tomcat-annotations-api:jar:11.0.0-M19'
Dependencies
The project has no third-party dependencies