License |
License |
---|---|
Categories |
CategoriesBioJava Business Logic Libraries Science |
GroupId | GroupIdorg.biojava |
ArtifactId | ArtifactIdbiojava-core |
Version | Version6.0.1 |
Type | Typejar |
Description |
Descriptionbiojava-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 |
---|---|
biojava-core-6.0.1.pom | |
biojava-core-6.0.1.jar | 463 KB |
biojava-core-6.0.1-sources.jar | 389 KB |
biojava-core-6.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.biojava/biojava-core/ -->
<dependency>
<groupId>org.biojava</groupId>
<artifactId>biojava-core</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.biojava/biojava-core/
implementation 'org.biojava:biojava-core:6.0.1'
// https://jarcasting.com/artifacts/org.biojava/biojava-core/
implementation ("org.biojava:biojava-core:6.0.1")
'org.biojava:biojava-core:jar:6.0.1'
<dependency org="org.biojava" name="biojava-core" rev="6.0.1">
<artifact name="biojava-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.biojava', module='biojava-core', version='6.0.1')
)
libraryDependencies += "org.biojava" % "biojava-core" % "6.0.1"
[org.biojava/biojava-core "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |
org.apache.logging.log4j : log4j-api | jar | 2.14.0 |
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.2 |