| License |
License
jQuery license
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
| GroupId | GroupIdorg.glassfish.jersey.examples |
| ArtifactId | ArtifactIdserver-async-standalone |
| Last Version | Last Version3.1.0-M3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionjersey-examples-server-async-standalone
Standalone Jersey JAX-RS asynchronous server-side processing example.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| server-async-standalone-3.1.0-M3.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/server-async-standalone/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>server-async-standalone</artifactId>
<version>3.1.0-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/server-async-standalone/
implementation 'org.glassfish.jersey.examples:server-async-standalone:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/server-async-standalone/
implementation ("org.glassfish.jersey.examples:server-async-standalone:3.1.0-M3")
'org.glassfish.jersey.examples:server-async-standalone:pom:3.1.0-M3'
<dependency org="org.glassfish.jersey.examples" name="server-async-standalone" rev="3.1.0-M3">
<artifact name="server-async-standalone" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='server-async-standalone', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.examples" % "server-async-standalone" % "3.1.0-M3"
[org.glassfish.jersey.examples/server-async-standalone "3.1.0-M3"]