License |
License |
---|---|
Categories |
CategoriesBioJava Business Logic Libraries Science |
GroupId | GroupIdorg.biojava |
ArtifactId | ArtifactIdbiojava3-core |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbiojava3-core
BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
biojava3-core-3.0.pom | |
biojava3-core-3.0.jar | 246 KB |
biojava3-core-3.0-sources.jar | 185 KB |
biojava3-core-3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.biojava/biojava3-core/ -->
<dependency>
<groupId>org.biojava</groupId>
<artifactId>biojava3-core</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.biojava/biojava3-core/
implementation 'org.biojava:biojava3-core:3.0'
// https://jarcasting.com/artifacts/org.biojava/biojava3-core/
implementation ("org.biojava:biojava3-core:3.0")
'org.biojava:biojava3-core:jar:3.0'
<dependency org="org.biojava" name="biojava3-core" rev="3.0">
<artifact name="biojava3-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.biojava', module='biojava3-core', version='3.0')
)
libraryDependencies += "org.biojava" % "biojava3-core" % "3.0"
[org.biojava/biojava3-core "3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |