Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-oauth |
Version | Version3.14.0.Final |
Type | Typejar |
Filename | Size |
---|---|
resteasy-oauth-3.14.0.Final.pom | |
resteasy-oauth-3.14.0.Final.jar | 39 KB |
resteasy-oauth-3.14.0.Final-sources.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-oauth/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-oauth</artifactId>
<version>3.14.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-oauth/
implementation 'org.jboss.resteasy:resteasy-oauth:3.14.0.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-oauth/
implementation ("org.jboss.resteasy:resteasy-oauth:3.14.0.Final")
'org.jboss.resteasy:resteasy-oauth:jar:3.14.0.Final'
<dependency org="org.jboss.resteasy" name="resteasy-oauth" rev="3.14.0.Final">
<artifact name="resteasy-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-oauth', version='3.14.0.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-oauth" % "3.14.0.Final"
[org.jboss.resteasy/resteasy-oauth "3.14.0.Final"]