buffer-crc32
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>buffer-crc32</artifactId>
<version>1.0.0</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>buffer-crc32</artifactId>
<version>1.0.0</version>
<name>buffer-crc32</name>
<description>A pure javascript CRC32 algorithm that plays nice with binary data</description>
<url>https://github.com/brianloveswords/buffer-crc32</url>
<organization>
<name>Brian J. Brennan</name>
<url>https://github.com/brianloveswords/buffer-crc32</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>brianloveswords</name>
<email>brianloveswords@gmail.com</email>
</developer>
<developer>
<name>kibertoad</name>
<email>iselwin@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/brianloveswords/buffer-crc32.git</connection>
<developerConnection>git://github.com/brianloveswords/buffer-crc32.git</developerConnection>
<url>git://github.com/brianloveswords/buffer-crc32</url>
</scm>
<issueManagement>
<url>https://github.com/brianloveswords/buffer-crc32/issues</url>
</issueManagement>
</project>