Download resteasy-oauth-3.0.9.final.jar file

Introduction

You can download resteasy-oauth-3.0.9.final.jar in this page.

License

JBoss Open Source

Type List

resteasy-oauth-3.0.9.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

Pom

resteasy-oauth-3.0.9.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.9.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>org.jboss.spec.javax.servlet</groupId>
            <artifactId>jboss-servlet-api_3.1_spec</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxrs</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.jboss.resteasy</groupId>
   <artifactId>resteasy-oauth</artifactId>
   <version>3.0.9.final</version>
</dependency>

Download

If you think the following resteasy-oauth-3.0.9.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.9.final.jar file




PreviousNext

Related