| Categories |
CategoriesJetty Container Application Servers |
|---|---|
| GroupId | GroupIdio.avaje |
| ArtifactId | ArtifactIdavaje-jex-jetty |
| Version | Version2.0-RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| avaje-jex-jetty-2.0-RC2.pom | |
| avaje-jex-jetty-2.0-RC2.jar | 30 KB |
| avaje-jex-jetty-2.0-RC2-sources.jar | 15 KB |
| avaje-jex-jetty-2.0-RC2-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.avaje/avaje-jex-jetty/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-jetty</artifactId>
<version>2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-jetty/
implementation 'io.avaje:avaje-jex-jetty:2.0-RC2'
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-jetty/
implementation ("io.avaje:avaje-jex-jetty:2.0-RC2")
'io.avaje:avaje-jex-jetty:jar:2.0-RC2'
<dependency org="io.avaje" name="avaje-jex-jetty" rev="2.0-RC2">
<artifact name="avaje-jex-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='avaje-jex-jetty', version='2.0-RC2')
)
libraryDependencies += "io.avaje" % "avaje-jex-jetty" % "2.0-RC2"
[io.avaje/avaje-jex-jetty "2.0-RC2"]