| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty | 
| ArtifactId | ArtifactIdjetty-annotations | 
| Version | Version8.2.0.v20160908 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-annotations/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-annotations</artifactId>
    <version>8.2.0.v20160908</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-annotations/
implementation 'org.eclipse.jetty:jetty-annotations:8.2.0.v20160908'// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-annotations/
implementation ("org.eclipse.jetty:jetty-annotations:8.2.0.v20160908")'org.eclipse.jetty:jetty-annotations:jar:8.2.0.v20160908'<dependency org="org.eclipse.jetty" name="jetty-annotations" rev="8.2.0.v20160908">
  <artifact name="jetty-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-annotations', version='8.2.0.v20160908')
)libraryDependencies += "org.eclipse.jetty" % "jetty-annotations" % "8.2.0.v20160908"[org.eclipse.jetty/jetty-annotations "8.2.0.v20160908"]