Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdserver-async |
Version | Version2.27 |
Type | Typejar |
Filename | Size |
---|---|
server-async-2.27.pom | |
server-async-2.27.jar | 19 KB |
server-async-2.27-sources.jar | 11 KB |
server-async-2.27-project-src.zip | 20 KB |
server-async-2.27-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/server-async/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>server-async</artifactId>
<version>2.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/server-async/
implementation 'org.glassfish.jersey.examples:server-async:2.27'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/server-async/
implementation ("org.glassfish.jersey.examples:server-async:2.27")
'org.glassfish.jersey.examples:server-async:jar:2.27'
<dependency org="org.glassfish.jersey.examples" name="server-async" rev="2.27">
<artifact name="server-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='server-async', version='2.27')
)
libraryDependencies += "org.glassfish.jersey.examples" % "server-async" % "2.27"
[org.glassfish.jersey.examples/server-async "2.27"]