| Categories |
CategoriesJetty Container Application Servers |
|---|---|
| GroupId | GroupIdcom.soklet |
| ArtifactId | ArtifactIdsoklet-jetty |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| soklet-jetty-1.0.5.pom | |
| soklet-jetty-1.0.5.jar | 11 KB |
| soklet-jetty-1.0.5-sources.jar | 4 KB |
| soklet-jetty-1.0.5-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soklet/soklet-jetty/ -->
<dependency>
<groupId>com.soklet</groupId>
<artifactId>soklet-jetty</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.soklet/soklet-jetty/
implementation 'com.soklet:soklet-jetty:1.0.5'
// https://jarcasting.com/artifacts/com.soklet/soklet-jetty/
implementation ("com.soklet:soklet-jetty:1.0.5")
'com.soklet:soklet-jetty:jar:1.0.5'
<dependency org="com.soklet" name="soklet-jetty" rev="1.0.5">
<artifact name="soklet-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soklet', module='soklet-jetty', version='1.0.5')
)
libraryDependencies += "com.soklet" % "soklet-jetty" % "1.0.5"
[com.soklet/soklet-jetty "1.0.5"]