| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdorg.mortbay.jetty |
| ArtifactId | ArtifactIdservlet-annotation-spec |
| Last Version | Last Version3.0.pre0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionServlet 3.0 Annotations api
Annotations for servlet 3.0 not currently available from a public repo.
|
| Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/servlet-annotation-spec/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-annotation-spec</artifactId>
<version>3.0.pre0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/servlet-annotation-spec/
implementation 'org.mortbay.jetty:servlet-annotation-spec:3.0.pre0'
// https://jarcasting.com/artifacts/org.mortbay.jetty/servlet-annotation-spec/
implementation ("org.mortbay.jetty:servlet-annotation-spec:3.0.pre0")
'org.mortbay.jetty:servlet-annotation-spec:jar:3.0.pre0'
<dependency org="org.mortbay.jetty" name="servlet-annotation-spec" rev="3.0.pre0">
<artifact name="servlet-annotation-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='servlet-annotation-spec', version='3.0.pre0')
)
libraryDependencies += "org.mortbay.jetty" % "servlet-annotation-spec" % "3.0.pre0"
[org.mortbay.jetty/servlet-annotation-spec "3.0.pre0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty : servlet-api | jar | 3.0.pre1 |