License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtomcat-annotations-api |
Last Version | Last Version10.1.0-M16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnotations Package
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-annotations-api/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>10.1.0-M16</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-annotations-api/
implementation 'org.apache.tomcat:tomcat-annotations-api:10.1.0-M16'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-annotations-api/
implementation ("org.apache.tomcat:tomcat-annotations-api:10.1.0-M16")
'org.apache.tomcat:tomcat-annotations-api:jar:10.1.0-M16'
<dependency org="org.apache.tomcat" name="tomcat-annotations-api" rev="10.1.0-M16">
<artifact name="tomcat-annotations-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat-annotations-api', version='10.1.0-M16')
)
libraryDependencies += "org.apache.tomcat" % "tomcat-annotations-api" % "10.1.0-M16"
[org.apache.tomcat/tomcat-annotations-api "10.1.0-M16"]