is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-annotations 9.3.28.v20191105

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.3.28.v20191105
Type

Type

jar

Download jetty-annotations 9.3.28.v20191105


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