Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-documentation |
Version | Version9.0.0.v20130308 |
Type | Typepom |
Filename | Size |
---|---|
jetty-documentation-9.0.0.v20130308.pom | |
jetty-documentation-9.0.0.v20130308.zip | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-documentation/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-documentation</artifactId>
<version>9.0.0.v20130308</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-documentation/
implementation 'org.eclipse.jetty:jetty-documentation:9.0.0.v20130308'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-documentation/
implementation ("org.eclipse.jetty:jetty-documentation:9.0.0.v20130308")
'org.eclipse.jetty:jetty-documentation:pom:9.0.0.v20130308'
<dependency org="org.eclipse.jetty" name="jetty-documentation" rev="9.0.0.v20130308">
<artifact name="jetty-documentation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-documentation', version='9.0.0.v20130308')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-documentation" % "9.0.0.v20130308"
[org.eclipse.jetty/jetty-documentation "9.0.0.v20130308"]