checksum-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.sourcepond.io</groupId> <artifactId>checksum-api</artifactId> <version>4.0.3</version> </dependency>
<?xml version="1.0"?> <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> <parent> <groupId>ch.sourcepond.io</groupId> <artifactId>checksum</artifactId> <version>4.0.3</version> </parent> <artifactId>checksum-api</artifactId> <packaging>bundle</packaging> <description>Provides a simple API to calculate checksums for the content of any input-stream, file or directory.</description> <ciManagement> <system>Jenkins</system> <url>${jenkins.baseurl}/job/${project.artifactId}</url> </ciManagement> <distributionManagement> <site> <id>www.sourcepond.ch</id> <url>${site.distribution.url}/${project.groupId}/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> </plugins> </build> </project>