License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdasync-pubsub-example |
Last Version | Last Version3.0.1.Final |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionAsync HTTP Servlet 3.0 Test
|
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/async-pubsub-example/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-pubsub-example</artifactId>
<version>3.0.1.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-pubsub-example/
implementation 'org.jboss.resteasy:async-pubsub-example:3.0.1.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-pubsub-example/
implementation ("org.jboss.resteasy:async-pubsub-example:3.0.1.Final")
'org.jboss.resteasy:async-pubsub-example:war:3.0.1.Final'
<dependency org="org.jboss.resteasy" name="async-pubsub-example" rev="3.0.1.Final">
<artifact name="async-pubsub-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='async-pubsub-example', version='3.0.1.Final')
)
libraryDependencies += "org.jboss.resteasy" % "async-pubsub-example" % "3.0.1.Final"
[org.jboss.resteasy/async-pubsub-example "3.0.1.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.resteasy : resteasy-jaxrs | jar | 3.0.1.Final |
org.jboss.resteasy : resteasy-client | jar | 3.0.1.Final |
org.jboss.resteasy : resteasy-jaxb-provider | jar | 3.0.1.Final |
org.jboss.resteasy : async-http-servlet-3.0 | jar | 3.0.1.Final |
junit : junit | jar | 4.1 |