License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Net |
GroupId | GroupIdnet.cactusthorn.routing |
ArtifactId | ArtifactIddemo-jetty |
Last Version | Last Version0.30 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRouting :: Demo Jetty
Demo Application
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
demo-jetty-0.30.pom | |
demo-jetty-0.30.jar | 45 KB |
demo-jetty-0.30-sources.jar | 26 KB |
demo-jetty-0.30-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/ -->
<dependency>
<groupId>net.cactusthorn.routing</groupId>
<artifactId>demo-jetty</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/
implementation 'net.cactusthorn.routing:demo-jetty:0.30'
// https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/
implementation ("net.cactusthorn.routing:demo-jetty:0.30")
'net.cactusthorn.routing:demo-jetty:jar:0.30'
<dependency org="net.cactusthorn.routing" name="demo-jetty" rev="0.30">
<artifact name="demo-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.routing', module='demo-jetty', version='0.30')
)
libraryDependencies += "net.cactusthorn.routing" % "demo-jetty" % "0.30"
[net.cactusthorn.routing/demo-jetty "0.30"]
Group / Artifact | Type | Version |
---|---|---|
net.cactusthorn.routing : core | jar | 0.30 |
net.cactusthorn.routing : json-gson | jar | 0.30 |
net.cactusthorn.routing : thymeleaf | jar | 0.30 |
net.cactusthorn.routing : validation-javax | jar | 0.30 |
com.google.dagger : dagger | jar | 2.33 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : jul-to-slf4j | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.eclipse.jetty : jetty-server | jar | 9.4.39.v20210325 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.39.v20210325 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.0-M1 |
org.mockito : mockito-core | jar | 3.8.0 |
org.mockito : mockito-junit-jupiter | jar | 3.8.0 |