License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdweb-jetty |
Last Version | Last Version4.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeb-Jetty
Jetty Bootstrapping
|
Filename | Size |
---|---|
web-jetty-4.7.1.pom | |
web-jetty-4.7.1.jar | 39 KB |
web-jetty-4.7.1-sources.jar | 23 KB |
web-jetty-4.7.1-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/web-jetty/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>web-jetty</artifactId>
<version>4.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/web-jetty/
implementation 'org.smallmind:web-jetty:4.7.1'
// https://jarcasting.com/artifacts/org.smallmind/web-jetty/
implementation ("org.smallmind:web-jetty:4.7.1")
'org.smallmind:web-jetty:jar:4.7.1'
<dependency org="org.smallmind" name="web-jetty" rev="4.7.1">
<artifact name="web-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='web-jetty', version='4.7.1')
)
libraryDependencies += "org.smallmind" % "web-jetty" % "4.7.1"
[org.smallmind/web-jetty "4.7.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.smallmind : smallmind-nutsnbolts | jar | 4.7.1 |
org.smallmind : scribe-pen | jar | 4.7.1 |
org.smallmind : web-jersey | jar | 4.7.1 |
org.springframework : spring-context | jar | 5.3.18 |
org.eclipse.jetty : jetty-server | jar | 9.4.44.v20210927 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.44.v20210927 |
org.eclipse.jetty : jetty-http-spi | jar | 9.4.44.v20210927 |
org.eclipse.jetty : jetty-http | jar | 9.4.44.v20210927 |
org.eclipse.jetty : jetty-io | jar | 9.4.44.v20210927 |
org.eclipse.jetty.websocket : websocket-server | jar | 9.4.44.v20210927 |
org.eclipse.jetty.websocket : javax-websocket-server-impl | jar | 9.4.44.v20210927 |
org.glassfish.jersey.core : jersey-server | jar | 2.35 |
org.glassfish.jersey.containers : jersey-container-servlet-core | jar | 2.35 |
javax.xml.ws : jaxws-api | jar | 2.3.1 |
com.sun.xml.ws : jaxws-rt | jar | 2.3.1 |
org.aspectj : aspectjrt Optional | jar | 1.9.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.5 |
org.springframework : spring-test | jar | 5.3.18 |