node-forge
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>node-forge</artifactId> <version>1.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.mvnpm</groupId> <artifactId>node-forge</artifactId> <version>1.3.1</version> <name>node-forge</name> <description>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</description> <url>https://github.com/digitalbazaar/forge</url> <organization> <name>Digital Bazaar, Inc.</name> <url>https://github.com/digitalbazaar/forge</url> </organization> <licenses> <license> <name>(BSD-3-Clause OR GPL-2.0)</name> </license> </licenses> <developers> <developer> <name>davidlehn</name> <email>dil@lehn.org</email> </developer> <developer> <name>msporny</name> <email>msporny@digitalbazaar.com</email> </developer> <developer> <name>dlongley</name> <email>dlongley@digitalbazaar.com</email> </developer> </developers> <scm> <connection>https://github.com/digitalbazaar/forge.git</connection> <developerConnection>https://github.com/digitalbazaar/forge.git</developerConnection> <url>https://github.com/digitalbazaar/forge</url> </scm> <issueManagement> <url>https://github.com/digitalbazaar/forge/issues</url> </issueManagement> </project>