Download JOpenId-1.08.jar file

Introduction

You can download JOpenId-1.08.jar in this page.

License

The Apache Software License, Version 2.0

Type List

JOpenId-1.08.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.expressme/JOpenId/pom.properties
META-INF/maven/org.expressme/JOpenId/pom.xml
openid-providers.properties
org.expressme.openid.Association.class
org.expressme.openid.Authentication.class
org.expressme.openid.Base64.class
org.expressme.openid.Endpoint.class
org.expressme.openid.OpenIdException.class
org.expressme.openid.OpenIdManager.class
org.expressme.openid.ShortName.class
org.expressme.openid.Utils.class

Pom

JOpenId-1.08.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/xsd/maven-4.0.0.xsd">
  <parent>
    <artifactId>oss-parent</artifactId>
    <groupId>org.sonatype.oss</groupId>
    <version>5</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.expressme</groupId>
  <artifactId>JOpenId</artifactId>
  <packaging>jar</packaging>
  <name>JOpenId</name>
  <version>1.08</version>
  <description>Java client library for OpenID</description>
  <url>http://code.google.com/p/jopenid/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://jopenid.googlecode.com/svn/tags/JOpenId-1.08</connection>
    <developerConnection>scm:svn:https://jopenid.googlecode.com/svn/tags/JOpenId-1.08</developerConnection>
    <url>http://jopenid.googlecode.com/svn/tags/JOpenId-1.08</url>
  </scm>
  <developers>
    <developer>
      <id>michaelliao</id>
      <name>Michael Liao</name>
      <email>askxuefeng@gmail.com</email>
    </developer>
    <developer>
      <id>erwinquinto</id>
      <name>Erwin Quinto</name>
      <email>erwin.quinto@gmail.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
    	<groupId>javax.servlet</groupId>
    	<artifactId>servlet-api</artifactId>
    	<version>2.3</version>
    	<type>jar</type>
    	<scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-docs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <locale>en_US</locale>
          <bottom><![CDATA[Copyright 2009-2011, <a href="http://code.google.com/p/jopenid">JOpenId<a>]]></bottom>
        </configuration>
      </plugin>
      <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>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.expressme</groupId>
   <artifactId>JOpenId</artifactId>
   <version>1.08</version>
</dependency>

Download

If you think the following JOpenId-1.08.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download JOpenId-1.08.jar file




PreviousNext

Related