License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.soklet |
ArtifactId | ArtifactIdsoklet-jetty |
Last Version | Last Version1.0.17 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSoklet Jetty
Jetty integration for Soklet, a minimalist infrastructure for Java webapps and microservices.
|
Project URL |
Project URL |
Filename | Size |
---|---|
soklet-jetty-1.0.17.pom | |
soklet-jetty-1.0.17.jar | 15 KB |
soklet-jetty-1.0.17-sources.jar | 5 KB |
soklet-jetty-1.0.17-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soklet/soklet-jetty/ -->
<dependency>
<groupId>com.soklet</groupId>
<artifactId>soklet-jetty</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.soklet/soklet-jetty/
implementation 'com.soklet:soklet-jetty:1.0.17'
// https://jarcasting.com/artifacts/com.soklet/soklet-jetty/
implementation ("com.soklet:soklet-jetty:1.0.17")
'com.soklet:soklet-jetty:jar:1.0.17'
<dependency org="com.soklet" name="soklet-jetty" rev="1.0.17">
<artifact name="soklet-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soklet', module='soklet-jetty', version='1.0.17')
)
libraryDependencies += "com.soklet" % "soklet-jetty" % "1.0.17"
[com.soklet/soklet-jetty "1.0.17"]
Group / Artifact | Type | Version |
---|---|---|
com.soklet : soklet | jar | 1.2.5 |
javax.websocket : javax.websocket-api | jar | 1.1 |
org.eclipse.jetty : jetty-server | jar | 9.4.22.v20191022 |
org.eclipse.jetty : jetty-webapp | jar | 9.4.22.v20191022 |
org.eclipse.jetty : jetty-servlets | jar | 9.4.22.v20191022 |
org.eclipse.jetty : jetty-continuation | jar | 9.4.22.v20191022 |
org.eclipse.jetty : jetty-io | jar | 9.4.22.v20191022 |
org.eclipse.jetty.websocket : javax-websocket-server-impl | jar | 9.4.22.v20191022 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |