is not current version
Last Version 0.7.0

bio.singa:singa-features 0.5.0

The features package of SiNGA allows for automated retrieval and annotation of features to arbitrary data structures. This package also provides common units for biological features as well as common identifier patterns for biological databases.

GroupId

GroupId

bio.singa
ArtifactId

ArtifactId

singa-features
Version

Version

0.5.0
Type

Type

jar

Download singa-features 0.5.0


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