You can download oauth-null.jar in this page.
Apache License
oauth-null.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/net.oauth.core/oauth/pom.properties META-INF/maven/net.oauth.core/oauth/pom.xml net.oauth.ConsumerProperties.class net.oauth.OAuth.class net.oauth.OAuthAccessor.class net.oauth.OAuthConsumer.class net.oauth.OAuthException.class net.oauth.OAuthMessage.class net.oauth.OAuthProblemException.class net.oauth.OAuthServiceProvider.class net.oauth.OAuthValidator.class net.oauth.ParameterStyle.class net.oauth.SimpleOAuthValidator.class net.oauth.client.ExcerptInputStream.class net.oauth.client.OAuthClient.class net.oauth.client.OAuthResponseMessage.class net.oauth.http.HttpClient.class net.oauth.http.HttpMessage.class net.oauth.http.HttpMessageDecoder.class net.oauth.http.HttpResponseMessage.class net.oauth.signature.Base64.class net.oauth.signature.HMAC_SHA1.class net.oauth.signature.OAuthSignatureMethod.class net.oauth.signature.PLAINTEXT.class net.oauth.signature.RSA_SHA1.class net.oauth.signature.pem.Asn1Object.class net.oauth.signature.pem.DerParser.class net.oauth.signature.pem.PEMReader.class net.oauth.signature.pem.PKCS1EncodedKeySpec.class
oauth-null.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.oauth.core</groupId> <artifactId>oauth-core-parent</artifactId> <version>20090530</version> </parent> <artifactId>oauth</artifactId> <version>20090617</version> <packaging>jar</packaging> <name>OAuth Core</name> <dependencies> </dependencies> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <configuration> <show>private</show> <nohelp>true</nohelp> </configuration> </plugin> </plugins> </build> <repositories> <repository> <id>jboss</id> <name>JBoss public</name> <url>https://repository.jboss.org/nexus/content/groups/public</url> </repository> </repositories> </project>
<dependency> <groupId>net.oauth.core</groupId> <artifactId>oauth</artifactId> <version>null</version> </dependency>
If you think the following oauth-null.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.