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