is not current version
Last Version 3.0.9

pl.poznan.put:BioCommons 3.0.3

The BioCommons library contains classes to work with 2D and 3D structural bioinformatics data. There are parsers for PDB and mmCIF files and many formats of 2D structure with classifications and notations used in the literature, as well as algorithms implementations.

GroupId

GroupId

pl.poznan.put
ArtifactId

ArtifactId

BioCommons
Version

Version

3.0.3
Type

Type

jar

Download BioCommons 3.0.3


<!-- https://jarcasting.com/artifacts/pl.poznan.put/BioCommons/ -->
<dependency>
    <groupId>pl.poznan.put</groupId>
    <artifactId>BioCommons</artifactId>
    <version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.poznan.put/BioCommons/
implementation 'pl.poznan.put:BioCommons:3.0.3'
// https://jarcasting.com/artifacts/pl.poznan.put/BioCommons/
implementation ("pl.poznan.put:BioCommons:3.0.3")
'pl.poznan.put:BioCommons:jar:3.0.3'
<dependency org="pl.poznan.put" name="BioCommons" rev="3.0.3">
  <artifact name="BioCommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.poznan.put', module='BioCommons', version='3.0.3')
)
libraryDependencies += "pl.poznan.put" % "BioCommons" % "3.0.3"
[pl.poznan.put/BioCommons "3.0.3"]