Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdasync-http-servlet-3.0 |
Version | Version2.3.7.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-servlet-3.0/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-servlet-3.0</artifactId>
<version>2.3.7.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-servlet-3.0/
implementation 'org.jboss.resteasy:async-http-servlet-3.0:2.3.7.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-servlet-3.0/
implementation ("org.jboss.resteasy:async-http-servlet-3.0:2.3.7.Final")
'org.jboss.resteasy:async-http-servlet-3.0:jar:2.3.7.Final'
<dependency org="org.jboss.resteasy" name="async-http-servlet-3.0" rev="2.3.7.Final">
<artifact name="async-http-servlet-3.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='async-http-servlet-3.0', version='2.3.7.Final')
)
libraryDependencies += "org.jboss.resteasy" % "async-http-servlet-3.0" % "2.3.7.Final"
[org.jboss.resteasy/async-http-servlet-3.0 "2.3.7.Final"]