Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdjetty |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jetty-1.1.pom | |
jetty-1.1.jar | 40 KB |
jetty-1.1-sources.jar | 31 KB |
jetty-1.1-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/jetty/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>jetty</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/jetty/
implementation 'org.atteo.moonshine:jetty:1.1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/jetty/
implementation ("org.atteo.moonshine:jetty:1.1")
'org.atteo.moonshine:jetty:jar:1.1'
<dependency org="org.atteo.moonshine" name="jetty" rev="1.1">
<artifact name="jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='jetty', version='1.1')
)
libraryDependencies += "org.atteo.moonshine" % "jetty" % "1.1"
[org.atteo.moonshine/jetty "1.1"]