Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdasync-http-jbossweb |
Version | Version1.0-beta-9 |
Type | Typejar |
Filename | Size |
---|---|
async-http-jbossweb-1.0-beta-9.pom | |
async-http-jbossweb-1.0-beta-9.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-jbossweb/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-jbossweb</artifactId>
<version>1.0-beta-9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-jbossweb/
implementation 'org.jboss.resteasy:async-http-jbossweb:1.0-beta-9'
// https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-jbossweb/
implementation ("org.jboss.resteasy:async-http-jbossweb:1.0-beta-9")
'org.jboss.resteasy:async-http-jbossweb:jar:1.0-beta-9'
<dependency org="org.jboss.resteasy" name="async-http-jbossweb" rev="1.0-beta-9">
<artifact name="async-http-jbossweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='async-http-jbossweb', version='1.0-beta-9')
)
libraryDependencies += "org.jboss.resteasy" % "async-http-jbossweb" % "1.0-beta-9"
[org.jboss.resteasy/async-http-jbossweb "1.0-beta-9"]