Categories |
CategoriesGlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdrx-client-webapp |
Version | Version2.26-b01 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/rx-client-webapp/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>rx-client-webapp</artifactId>
<version>2.26-b01</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/rx-client-webapp/
implementation 'org.glassfish.jersey.examples:rx-client-webapp:2.26-b01'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/rx-client-webapp/
implementation ("org.glassfish.jersey.examples:rx-client-webapp:2.26-b01")
'org.glassfish.jersey.examples:rx-client-webapp:war:2.26-b01'
<dependency org="org.glassfish.jersey.examples" name="rx-client-webapp" rev="2.26-b01">
<artifact name="rx-client-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='rx-client-webapp', version='2.26-b01')
)
libraryDependencies += "org.glassfish.jersey.examples" % "rx-client-webapp" % "2.26-b01"
[org.glassfish.jersey.examples/rx-client-webapp "2.26-b01"]