License |
License |
---|---|
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdsequence-comparators |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS Alignment Toolbox Sequence Comparators
This module provides specializations of the Comparator
interface for the Sequence data structure.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sequence-comparators-3.1.1.pom | |
sequence-comparators-3.1.1.jar | 19 KB |
sequence-comparators-3.1.1-sources.jar | 16 KB |
sequence-comparators-3.1.1-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/sequence-comparators/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>sequence-comparators</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/sequence-comparators/
implementation 'de.cit-ec.tcs.alignment:sequence-comparators:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/sequence-comparators/
implementation ("de.cit-ec.tcs.alignment:sequence-comparators:3.1.1")
'de.cit-ec.tcs.alignment:sequence-comparators:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="sequence-comparators" rev="3.1.1">
<artifact name="sequence-comparators" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='sequence-comparators', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "sequence-comparators" % "3.1.1"
[de.cit-ec.tcs.alignment/sequence-comparators "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : comparators-lib | jar | 3.1.1 |
de.cit-ec.tcs.alignment : sequences | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |