is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-annotations 10.0.0.beta0

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

10.0.0.beta0
Type

Type

jar

Download jetty-annotations 10.0.0.beta0


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