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