Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.astefanutti.camel.cdi |
ArtifactId | ArtifactIdweb-jetty |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typewar |
Filename | Size |
---|---|
web-jetty-1.1.0.pom | |
web-jetty-1.1.0.war | 7 MB |
web-jetty-1.1.0-javadoc.jar | 340 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.astefanutti.camel.cdi/web-jetty/ -->
<dependency>
<groupId>io.astefanutti.camel.cdi</groupId>
<artifactId>web-jetty</artifactId>
<version>1.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.astefanutti.camel.cdi/web-jetty/
implementation 'io.astefanutti.camel.cdi:web-jetty:1.1.0'
// https://jarcasting.com/artifacts/io.astefanutti.camel.cdi/web-jetty/
implementation ("io.astefanutti.camel.cdi:web-jetty:1.1.0")
'io.astefanutti.camel.cdi:web-jetty:war:1.1.0'
<dependency org="io.astefanutti.camel.cdi" name="web-jetty" rev="1.1.0">
<artifact name="web-jetty" type="war" />
</dependency>
@Grapes(
@Grab(group='io.astefanutti.camel.cdi', module='web-jetty', version='1.1.0')
)
libraryDependencies += "io.astefanutti.camel.cdi" % "web-jetty" % "1.1.0"
[io.astefanutti.camel.cdi/web-jetty "1.1.0"]