Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdjetty |
ArtifactId | ArtifactIdjavadoc |
Last Version | Last Version4.2.23RC0 |
Release Date | Release Date |
Type | Typewar |
Description |
Description |
Filename | Size |
---|---|
javadoc-4.2.23RC0.pom | |
javadoc-4.2.23RC0.war | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/jetty/javadoc/ -->
<dependency>
<groupId>jetty</groupId>
<artifactId>javadoc</artifactId>
<version>4.2.23RC0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/jetty/javadoc/
implementation 'jetty:javadoc:4.2.23RC0'
// https://jarcasting.com/artifacts/jetty/javadoc/
implementation ("jetty:javadoc:4.2.23RC0")
'jetty:javadoc:war:4.2.23RC0'
<dependency org="jetty" name="javadoc" rev="4.2.23RC0">
<artifact name="javadoc" type="war" />
</dependency>
@Grapes(
@Grab(group='jetty', module='javadoc', version='4.2.23RC0')
)
libraryDependencies += "jetty" % "javadoc" % "4.2.23RC0"
[jetty/javadoc "4.2.23RC0"]