You can download resteasy-oauth-3.0.5.final.jar in this page.
JBoss Open Source
resteasy-oauth-3.0.5.final.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jboss.resteasy/resteasy-oauth/pom.properties META-INF/maven/org.jboss.resteasy/resteasy-oauth/pom.xml org.jboss.resteasy.auth.oauth.OAuthConsumer.class org.jboss.resteasy.auth.oauth.OAuthConsumerRegistration.class org.jboss.resteasy.auth.oauth.OAuthException.class org.jboss.resteasy.auth.oauth.OAuthFilter.class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider.class org.jboss.resteasy.auth.oauth.OAuthProvider.class org.jboss.resteasy.auth.oauth.OAuthProviderChecker.class org.jboss.resteasy.auth.oauth.OAuthRequestToken.class org.jboss.resteasy.auth.oauth.OAuthServlet.class org.jboss.resteasy.auth.oauth.OAuthToken.class org.jboss.resteasy.auth.oauth.OAuthUtils.class org.jboss.resteasy.auth.oauth.OAuthValidator.class org.jboss.resteasy.auth.oauth.URLUtils.class
resteasy-oauth-3.0.5.final.pom file content.
<?xml version="1.0"?> <project> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>resteasy-jaxrs-all</artifactId> <groupId>org.jboss.resteasy</groupId> <version>3.0.5.Final</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>resteasy-oauth</artifactId> <name>RESTEasy JAX-RS OAuth</name> <description/> <dependencies> <dependency> <groupId>net.oauth.core</groupId> <artifactId>oauth-provider</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-oauth</artifactId> <version>3.0.5.final</version> </dependency>
If you think the following resteasy-oauth-3.0.5.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download resteasy-oauth-3.0.5.final.jar file