Categories |
CategoriesJetty Container Application Servers Net |
---|---|
GroupId | GroupIdnet.cactusthorn.routing |
ArtifactId | ArtifactIddemo-jetty |
Version | Version0.28 |
Type | Typejar |
Filename | Size |
---|---|
demo-jetty-0.28.pom | |
demo-jetty-0.28.jar | 45 KB |
demo-jetty-0.28-sources.jar | 26 KB |
demo-jetty-0.28-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.28</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/
implementation 'net.cactusthorn.routing:demo-jetty:0.28'
// https://jarcasting.com/artifacts/net.cactusthorn.routing/demo-jetty/
implementation ("net.cactusthorn.routing:demo-jetty:0.28")
'net.cactusthorn.routing:demo-jetty:jar:0.28'
<dependency org="net.cactusthorn.routing" name="demo-jetty" rev="0.28">
<artifact name="demo-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.routing', module='demo-jetty', version='0.28')
)
libraryDependencies += "net.cactusthorn.routing" % "demo-jetty" % "0.28"
[net.cactusthorn.routing/demo-jetty "0.28"]