wfdb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.oclay1st</groupId> <artifactId>wfdb</artifactId> <version>4.0.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>io.github.oclay1st</groupId> <artifactId>wfdb</artifactId> <version>4.0.1</version> <name>Java WFDB Library</name> <description>A pure Java implementation of the Waveform Database(WFDB) specifications</description> <url>https://github.com/oclay1st/WFDB</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Ocleidy Reve</name> <email>ocleidyreve@gmail.com</email> <organizationUrl>https://github.com/oclay1st</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/oclay1st/WFDB.git</connection> <developerConnection>scm:git:https://github.com/oclay1st/WFDB.git</developerConnection> <tag>wfdb-4.0.1</tag> <url>https://github.com/oclay1st/WFDB.git</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/oclay1st/WFDB/issues</url> </issueManagement> </project>