Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.restx |
ArtifactId | ArtifactIdrestx-server-jetty7 |
Version | Version0.35-rc4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.restx/restx-server-jetty7/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-server-jetty7</artifactId>
<version>0.35-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-server-jetty7/
implementation 'io.restx:restx-server-jetty7:0.35-rc4'
// https://jarcasting.com/artifacts/io.restx/restx-server-jetty7/
implementation ("io.restx:restx-server-jetty7:0.35-rc4")
'io.restx:restx-server-jetty7:jar:0.35-rc4'
<dependency org="io.restx" name="restx-server-jetty7" rev="0.35-rc4">
<artifact name="restx-server-jetty7" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-server-jetty7', version='0.35-rc4')
)
libraryDependencies += "io.restx" % "restx-server-jetty7" % "0.35-rc4"
[io.restx/restx-server-jetty7 "0.35-rc4"]