is not current version
Last Version 3.0.1

com.englishtown:vertx-mod-jersey 1.0.0-final

Allows creating JAX-RS jersey resources that will handle incoming http requests to vert.x

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.englishtown
ArtifactId

ArtifactId

vertx-mod-jersey
Version

Version

1.0.0-final
Type

Type

jar

Download vertx-mod-jersey 1.0.0-final


<!-- https://jarcasting.com/artifacts/com.englishtown/vertx-mod-jersey/ -->
<dependency>
    <groupId>com.englishtown</groupId>
    <artifactId>vertx-mod-jersey</artifactId>
    <version>1.0.0-final</version>
</dependency>
// https://jarcasting.com/artifacts/com.englishtown/vertx-mod-jersey/
implementation 'com.englishtown:vertx-mod-jersey:1.0.0-final'
// https://jarcasting.com/artifacts/com.englishtown/vertx-mod-jersey/
implementation ("com.englishtown:vertx-mod-jersey:1.0.0-final")
'com.englishtown:vertx-mod-jersey:jar:1.0.0-final'
<dependency org="com.englishtown" name="vertx-mod-jersey" rev="1.0.0-final">
  <artifact name="vertx-mod-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.englishtown', module='vertx-mod-jersey', version='1.0.0-final')
)
libraryDependencies += "com.englishtown" % "vertx-mod-jersey" % "1.0.0-final"
[com.englishtown/vertx-mod-jersey "1.0.0-final"]