is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-annotations 9.0.0.M5

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.0.0.M5
Type

Type

jar

Download jetty-annotations 9.0.0.M5


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