is not current version
Last Version 1.0.17

com.soklet:soklet-jetty 0.1.0

Jetty integration for Soklet, a minimalist infrastructure for Java webapps and microservices.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

com.soklet
ArtifactId

ArtifactId

soklet-jetty
Version

Version

0.1.0
Type

Type

jar

Download soklet-jetty 0.1.0


<!-- https://jarcasting.com/artifacts/com.soklet/soklet-jetty/ -->
<dependency>
    <groupId>com.soklet</groupId>
    <artifactId>soklet-jetty</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soklet/soklet-jetty/
implementation 'com.soklet:soklet-jetty:0.1.0'
// https://jarcasting.com/artifacts/com.soklet/soklet-jetty/
implementation ("com.soklet:soklet-jetty:0.1.0")
'com.soklet:soklet-jetty:jar:0.1.0'
<dependency org="com.soklet" name="soklet-jetty" rev="0.1.0">
  <artifact name="soklet-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soklet', module='soklet-jetty', version='0.1.0')
)
libraryDependencies += "com.soklet" % "soklet-jetty" % "0.1.0"
[com.soklet/soklet-jetty "0.1.0"]