is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-annotations 9.2.15.v20160210

Annotation support for deploying servlets in jetty.

Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-annotations
Version

Version

9.2.15.v20160210
Type

Type

jar

Download jetty-annotations 9.2.15.v20160210


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