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