You can download openid4java-1.0.0.jar in this page.
Apache 2
openid4java-1.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.openid4java/openid4java/pom.properties META-INF/maven/org.openid4java/openid4java/pom.xml org.openid4java.OpenIDException.class org.openid4java.association.Association.class org.openid4java.association.AssociationException.class org.openid4java.association.AssociationSessionType.class org.openid4java.association.DiffieHellmanSession.class org.openid4java.consumer.AbstractNonceVerifier.class org.openid4java.consumer.ConsumerAssociationStore.class org.openid4java.consumer.ConsumerException.class org.openid4java.consumer.ConsumerManager.class org.openid4java.consumer.EhcacheNonceVerifier.class org.openid4java.consumer.InMemoryConsumerAssociationStore.class org.openid4java.consumer.InMemoryNonceVerifier.class org.openid4java.consumer.JdbcConsumerAssociationStore.class org.openid4java.consumer.JdbcNonceVerifier.class org.openid4java.consumer.NonceVerifier.class org.openid4java.consumer.SampleConsumer.class org.openid4java.consumer.VerificationResult.class org.openid4java.discovery.Discovery.class org.openid4java.discovery.DiscoveryException.class org.openid4java.discovery.DiscoveryInformation.class org.openid4java.discovery.Identifier.class org.openid4java.discovery.RuntimeDiscoveryException.class org.openid4java.discovery.UrlIdentifier.class org.openid4java.discovery.XriIdentifier.class org.openid4java.discovery.html.CyberNekoDOMHtmlParser.class org.openid4java.discovery.html.HtmlParser.class org.openid4java.discovery.html.HtmlResolver.class org.openid4java.discovery.html.HtmlResult.class org.openid4java.discovery.xrds.XrdsParser.class org.openid4java.discovery.xrds.XrdsParserImpl.class org.openid4java.discovery.xrds.XrdsServiceEndpoint.class org.openid4java.discovery.xri.XriDotNetProxyResolver.class org.openid4java.discovery.xri.XriResolver.class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser.class org.openid4java.discovery.yadis.YadisException.class org.openid4java.discovery.yadis.YadisHtmlParser.class org.openid4java.discovery.yadis.YadisResolver.class org.openid4java.discovery.yadis.YadisResult.class org.openid4java.discovery.yadis.YadisUrl.class org.openid4java.message.AssociationError.class org.openid4java.message.AssociationRequest.class org.openid4java.message.AssociationResponse.class org.openid4java.message.AuthFailure.class org.openid4java.message.AuthImmediateFailure.class org.openid4java.message.AuthRequest.class org.openid4java.message.AuthSuccess.class org.openid4java.message.DirectError.class org.openid4java.message.IndirectError.class org.openid4java.message.Message.class org.openid4java.message.MessageException.class org.openid4java.message.MessageExtension.class org.openid4java.message.MessageExtensionFactory.class org.openid4java.message.Parameter.class org.openid4java.message.ParameterList.class org.openid4java.message.VerifyRequest.class org.openid4java.message.VerifyResponse.class org.openid4java.message.ax.AxMessage.class org.openid4java.message.ax.AxPayload.class org.openid4java.message.ax.FetchRequest.class org.openid4java.message.ax.FetchResponse.class org.openid4java.message.ax.StoreRequest.class org.openid4java.message.ax.StoreResponse.class org.openid4java.message.pape.PapeMessage.class org.openid4java.message.pape.PapeRequest.class org.openid4java.message.pape.PapeResponse.class org.openid4java.message.sreg.SReg11ExtensionFactory.class org.openid4java.message.sreg.SRegMessage.class org.openid4java.message.sreg.SRegRequest.class org.openid4java.message.sreg.SRegResponse.class org.openid4java.server.InMemoryServerAssociationStore.class org.openid4java.server.IncrementalNonceGenerator.class org.openid4java.server.JdbcServerAssociationStore.class org.openid4java.server.NonceGenerator.class org.openid4java.server.RealmVerifier.class org.openid4java.server.RealmVerifierFactory.class org.openid4java.server.SampleServer.class org.openid4java.server.ServerAssociationStore.class org.openid4java.server.ServerException.class org.openid4java.server.ServerManager.class org.openid4java.util.AbstractHttpFetcher.class org.openid4java.util.HttpCache.class org.openid4java.util.HttpClientFactory.class org.openid4java.util.HttpFetcher.class org.openid4java.util.HttpFetcherFactory.class org.openid4java.util.HttpRequestOptions.class org.openid4java.util.HttpResponse.class org.openid4java.util.HttpUtils.class org.openid4java.util.InternetDateFormat.class org.openid4java.util.OpenID4JavaDOMParser.class org.openid4java.util.OpenID4JavaUtils.class org.openid4java.util.ProxyProperties.class org/openid4java/discovery/xrd.xsd org/openid4java/discovery/xrds.xsd org/openid4java/openid4java-default.properties
openid4java-1.0.0.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> <groupId>org.openid4java</groupId> <artifactId>openid4java</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <name>OpenID4Java</name> <description> OpenID4Java library offers support for OpenID-enabling a consumer site or implementing an OpenID Provider server. </description> <url>http://code.google.com/p/openid4java/</url> <prerequisites> <maven>2.2.1</maven> </prerequisites> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <jetty.version>6.0.2</jetty.version> <test.data.src>${basedir}/test/yadisdata</test.data.src> <test.data.build>${basedir}/target/test-data</test.data.build> </properties> <build> <sourceDirectory>${basedir}/src</sourceDirectory> <resources> <resource> <directory>${basedir}/src</directory> <includes> <include>**/*.properties</include> <include>**/*.xsd</include> </includes> </resource> </resources> <testSourceDirectory>${basedir}/test/src</testSourceDirectory> <testResources> <testResource> <directory>${basedir}/test/src</directory> <includes> <include>**/*.properties</include> <include>**/*.html</include> </includes> </testResource> </testResources> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.12.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.10</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin </artifactId> <version>2.3.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0-alpha-2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rat-maven-plugin</artifactId> <version>1.0-alpha-3</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.0</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <debug>true</debug> <optimize>true</optimize> <excludes> <exclude>**/xri/**</exclude> <exclude>**/infocard/**</exclude> </excludes> <testExcludes> <testExclude>**/infocard/**</testExclude> </testExcludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestSections> <manifestSection> <name>openid4java</name> <manifestEntries> <Specification-Title>OpenID Authentication</Specification-Title> <Specification-Version>2.0,1.1</Specification-Version> <Specification-Vendor>openid.net</Specification-Vendor> <Implementation-Title>openid4java</Implementation-Title> <Implementation-Version>${project.version}</Implementation-Version> </manifestEntries> </manifestSection> </manifestSections> </archive> </configuration> </plugin> <!-- http://mojo.codehaus.org/properties-maven-plugin/ --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <executions> <execution> <phase>initialize</phase> <goals> <goal>read-project-properties</goal> </goals> <configuration> <files> <file>project.properties</file> </files> </configuration> </execution> </executions> </plugin> <!-- clean coverage data before collecting --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <executions> <execution> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>process-test-resources</phase> <configuration> <tasks unless="maven.test.skip"> <echo message="To skip me, just call mvn -Dmaven.test.skip=true" /> <delete dir="${test.data.build}" /> <copy todir="${test.data.build}"> <fileset dir="${test.data.src}" /> </copy> <replace token="SERVLET_PORT" value="${test.servlet.port}" dir="${test.data.build}" /> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> <configuration> <excludes> <exclude>**/xri/**</exclude> <exclude>**/infocard/**</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemProperties> <property> <name>YADIS_TEST_DATA</name> <value>${test.data.build}</value> </property> <property> <name>SERVLET_PORT</name> <value>${test.servlet.port}</value> </property> <property> <name>TEST_DATA</name> <value>${basedir}/test/src/org/openid4java/</value> </property> </systemProperties> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptorRefs> <descriptorRef>src</descriptorRef> <descriptorRef>bin</descriptorRef> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </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> <configuration> <excludes> <exluce>**/xri/**</exluce> <exclude>**/infocard/**</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <configuration> <minmemory>128m</minmemory> <maxmemory>512m</maxmemory> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.2</version> <configuration> <linkJavadoc>true</linkJavadoc> <javadocDir>apidocs</javadocDir> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>2.4</version> <configuration> <tags> <tag>TODO</tag> <tag>FIXME</tag> <tag>@todo</tag> <tag>@deprecated</tag> </tags> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.10</version> <configuration> <showSuccess>false</showSuccess> </configuration> <reportSets> <reportSet> <reports> <report>report-only</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.6</version> <configuration> <configLocation>${basedir}/openid4java_checks.xml</configLocation> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <linkXref>true</linkXref> <minimumTokens>100</minimumTokens> <targetJdk>${jvm.ver}</targetJdk> </configuration> <reportSets> <reportSet> <reports> <report>pmd</report> <report>cpd</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rat-maven-plugin</artifactId> <version>1.0-alpha-3</version> </plugin> </plugins> </reporting> <repositories> <repository> <id>openid4java-snapshots</id> <name>OpenID4Java Snapshot Repository</name> <url>https://oss.sonatype.org/content/repositories/openid4java-snapshots/</url> <snapshots /> </repository> </repositories> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>2.0.6</version> </dependency> <dependency> <groupId>net.sourceforge.nekohtml</groupId> <artifactId>nekohtml</artifactId> <version>1.9.10</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>jetty</groupId> <artifactId>jetty</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>jetty</groupId> <artifactId>jetty-util</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>net.sourceforge.jwebunit</groupId> <artifactId>jwebunit-htmlunit-plugin</artifactId> <version>1.4.1</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> <exclusion> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> </exclusion> </exclusions> </dependency> <!-- Discovery --> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.8.1</version> </dependency> <dependency> <groupId>xml-security</groupId> <artifactId>xmlsec</artifactId> <version>1.3.0</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>net.sourceforge.nekohtml</groupId> <artifactId>nekohtml</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <!-- Discovery --> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> </dependency> <!-- JdbcServerAssociationStore --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <optional>true</optional> </dependency> <!-- Sample Consumer --> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <!-- Test --> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>1.8.0.10</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jetty</groupId> <artifactId>jetty</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jetty</groupId> <artifactId>jetty-util</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>net.sourceforge.jwebunit</groupId> <artifactId>jwebunit-htmlunit-plugin</artifactId> <scope>test</scope> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> <exclusion> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>Apache License 2.0</comments> </license> </licenses> <organization> <name>Sxip</name> <url>http://sxip.com/</url> </organization> <developers> <developer> <id>dick.hardt</id> <name>dick.hardt</name> <url>http://code.google.com/u/dick.hardt/</url> <roles> <role>owner</role> </roles> </developer> <developer> <id>dhuska</id> <name>dhuska</name> <url>http://code.google.com/u/dhuska/</url> <roles> <role>owner</role> </roles> </developer> <developer> <id>tim.baur</id> <name>tim.baur</name> <url>http://code.google.com/u/tim.baur/</url> <roles> <role>owner</role> </roles> </developer> <developer> <id>marius.scurtescu</id> <name>marius.scurtescu</name> <url>http://code.google.com/u/marius.scurtescu/</url> <roles> <role>owner</role> </roles> </developer> <developer> <id>Johnny.Bufu</id> <name>Johnny.Bufu</name> <url>http://code.google.com/u/Johnny.Bufu/</url> <roles> <role>owner</role> </roles> </developer> <developer> <id>rowan0</id> <name>rowan0</name> <url>http://code.google.com/u/rowan0/</url> <roles> <role>owner</role> </roles> </developer> <developer> <id>zhoushuqun</id> <name>Sutra</name> <email>zhoushuqun@gmail.com</email> <url>http://code.google.com/u/zhoushuqun/</url> <roles> <role>member</role> </roles> <timezone>+8</timezone> </developer> <developer> <id>sappenin</id> <name>sappenin</name> <url>http://code.google.com/u/sappenin/</url> <roles> <role>member</role> </roles> </developer> <developer> <id>gwachob</id> <name>gwachob</name> <url>http://code.google.com/u/gwachob/</url> <roles> <role>member</role> </roles> </developer> <developer> <id>ibussed</id> <name>ibussed</name> <url>http://code.google.com/u/ibussed/</url> <roles> <role>member</role> </roles> </developer> <developer> <id>justen.stepka</id> <name>justen.stepka</name> <url>http://code.google.com/u/justen.stepka/</url> <roles> <role>member</role> </roles> </developer> <developer> <id>shihab</id> <name>shihab</name> <url>http://code.google.com/u/shihab/</url> <roles> <role>member</role> </roles> </developer> </developers> <contributors> <contributor> <name>David Bernard</name> <organization>Alchim31</organization> <organizationUrl>http://alchim.sf.net/</organizationUrl> <roles> <role>maven deployment</role> </roles> </contributor> </contributors> <mailingLists> <mailingList> <name>OpenID4Java</name> <subscribe>openid4java@googlegroups.com</subscribe> <unsubscribe>openid4java-unsubscribe@googlegroups.com</unsubscribe> <post>openid4java@googlegroups.com</post> <archive>http://groups.google.com/group/openid4java</archive> </mailingList> </mailingLists> <issueManagement> <system>Google Code Issue</system> <url>http://code.google.com/p/openid4java/issues/list</url> </issueManagement> <scm> <connection>scm:svn:http://openid4java.googlecode.com/svn/trunk/</connection> <developerConnection>scm:svn:https://openid4java.googlecode.com/svn/trunk/</developerConnection> <tag>HEAD</tag> <url>http://openid4java.googlecode.com/svn/trunk/</url> </scm> <distributionManagement> <!-- https://docs.sonatype.com/display/NX/OSS+Repository+Hosting --> <repository> <id>openid4java-staging</id> <name>OpenID4Java Staging Repository</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>openid4java-snapshots</id> <name>OpenID4Java Snapshot Repository</name> <url>http://oss.sonatype.org/content/repositories/openid4java-snapshots/</url> </snapshotRepository> </distributionManagement> <profiles> <profile> <id>alchim-deploy</id> <distributionManagement> <repository> <id>alchim.sf.net</id> <name>sourceforge</name> <url>scp://alchim.sf.net/home/groups/a/al/alchim/htdocs/download/releases</url> </repository> <snapshotRepository> <id>alchim.sf.net</id> <name>sourceforge</name> <url>scp://alchim.sf.net/home/groups/a/al/alchim/htdocs/download/snapshots</url> <uniqueVersion>false</uniqueVersion> </snapshotRepository> <site> <id>alchim.sf.net</id> <name>sourceforge</name> <url>scp://alchim.sf.net/home/groups/a/al/alchim/htdocs/openid4java</url> </site> </distributionManagement> </profile> <profile> <id>release</id> <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> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>org.openid4java</groupId> <artifactId>openid4java</artifactId> <version>1.0.0</version> </dependency>
If you think the following openid4java-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download openid4java-1.0.0.jar file