Categories |
CategoriesJetty Container Application Servers Net |
---|---|
GroupId | GroupIdnet.cactusthorn.routing |
ArtifactId | ArtifactIddemo-jetty |
Version | Version0.27 |
Type | Typejar |
Filename | Size |
---|---|
demo-jetty-0.27.pom | |
demo-jetty-0.27.jar | 44 KB |
demo-jetty-0.27-sources.jar | 26 KB |
demo-jetty-0.27-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/ -->
<dependency>
<groupId>net.cactusthorn.routing</groupId>
<artifactId>demo-jetty</artifactId>
<version>0.27</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/
implementation 'net.cactusthorn.routing:demo-jetty:0.27'
// https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/
implementation ("net.cactusthorn.routing:demo-jetty:0.27")
'net.cactusthorn.routing:demo-jetty:jar:0.27'
<dependency org="net.cactusthorn.routing" name="demo-jetty" rev="0.27">
<artifact name="demo-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.routing', module='demo-jetty', version='0.27')
)
libraryDependencies += "net.cactusthorn.routing" % "demo-jetty" % "0.27"
[net.cactusthorn.routing/demo-jetty "0.27"]