mmm-crypto-bc
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.m-m-m</groupId> <artifactId>mmm-crypto-bc</artifactId> <version>1.0.0-beta4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.m-m-m</groupId> <artifactId>mmm-crypto-bc</artifactId> <version>1.0.0-beta4</version> <name>mmm-crypto-bc</name> <description>Extensions of mmm-crypto-jce for Bouncy Castle (bc).</description> <url>http://m-m-m.sourceforge.net/mmm-crypto/mmm-crypto-bc/</url> <inceptionYear>2001</inceptionYear> <organization> <name>mmm-Team</name> <url>http://m-m-m.sourceforge.net/team-list.html</url> </organization> <licenses> <license> <name>Apache Software License</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repro</distribution> <comments></comments> </license> </licenses> <developers> <developer> <id>hohwille</id> <name>Jörg Hohwiller</name> <email>hohwille@users.sourceforge.net</email> <url>http://www.j-hohwiller.de/joerg</url> <organization></organization> <organizationUrl></organizationUrl> <roles> <role>admin</role> <role>designer</role> <role>developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <contributors> <contributor> <name>Malte Brunnlieb</name> <email>m_brunnl@cs.uni-kl.de</email> <url>https://github.com/may-bee/</url> <organization></organization> <organizationUrl></organizationUrl> <timezone>+1</timezone> </contributor> <contributor> <name>Christoph Bauer</name> <email>fridolin@users.sourceforge.net</email> <url>http://www.christoph-bauer.net/</url> <organization></organization> <organizationUrl></organizationUrl> <timezone>+1</timezone> </contributor> </contributors> <mailingLists> <mailingList> <name>mmm-devel</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/m-m-m-devel</unsubscribe> <post>m-m-m-devel@lists.sourceforge.net</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum=m-m-m-devel</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:https://github.com/m-m-m/crypto.git/mmm-crypto/mmm-crypto-bc</connection> <developerConnection>scm:git:https://github.com/m-m-m/crypto.git/mmm-crypto/mmm-crypto-bc</developerConnection> <tag></tag> <url>https://github.com/m-m-m/crypto/tree/master/mmm-crypto/mmm-crypto-bc</url> </scm> <issueManagement> <system>GitHub</system> <url>http://github.com/m-m-m/crypto/issues</url> </issueManagement> <distributionManagement> <repository> <id>sonatype-nexus-staging</id> <name>MMM Staging Repository</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>MMM Snapshot Repository</name> <url>file:///projects/mmm/workspaces/main/crypto/target/snapshots/</url> </snapshotRepository> <site> <id>m-m-m.sf.net</id> <url>file:///projects/mmm/workspaces/main/crypto/target/mmm-site/mmm-crypto/mmm-crypto-bc</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>net.sf.m-m-m</groupId> <artifactId>mmm-crypto-jce</artifactId> <version>1.0.0-beta4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.61</version> <scope>compile</scope> </dependency> </dependencies> </project>