vcf-io
Variant Call Format (VCF) reader and writer Java library
License |
License
GNU Library or Lesser General Public License (LGPL)
|
---|---|
GroupId | GroupIdorg.molgenis |
ArtifactId | ArtifactIdvcf-io |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vcf-io-1.1.1.pom | |
vcf-io-1.1.1.jar | 49 KB |
vcf-io-1.1.1-sources.jar | 24 KB |
vcf-io-1.1.1-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.molgenis/vcf-io/ -->
<dependency>
<groupId>org.molgenis</groupId>
<artifactId>vcf-io</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.molgenis/vcf-io/
implementation 'org.molgenis:vcf-io:1.1.1'
// https://jarcasting.com/artifacts/org.molgenis/vcf-io/
implementation ("org.molgenis:vcf-io:1.1.1")
'org.molgenis:vcf-io:jar:1.1.1'
<dependency org="org.molgenis" name="vcf-io" rev="1.1.1">
<artifact name="vcf-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.molgenis', module='vcf-io', version='1.1.1')
)
libraryDependencies += "org.molgenis" % "vcf-io" % "1.1.1"
[org.molgenis/vcf-io "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8.1 |
com.google.guava : guava | jar | 25.0-jre |
org.utgenome.thirdparty : picard | jar | 1.102.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |
org.mockito : mockito-core | jar | 2.23.4 |
Variant Call Format (VCF) reader and writer Java library