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