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