is not current version
Last Version 2.0.2

org.lifs-tools:jgoslin 2.0.0

This project is a parser, validator and normalizer implementation for shorthand lipid nomenclatures, base on the Grammar of Succinct Lipid Nomenclatures project. Goslin defines multiple grammers compatible with ANTLRv4 for different sources of shorthand lipid nomenclature. This allows to generate parsers based on the defined grammars, which provide immediate feedback whether a processed lipid shorthand notation string is compliant with a particular grammar, or not.

GroupId

GroupId

org.lifs-tools
ArtifactId

ArtifactId

jgoslin
Version

Version

2.0.0
Type

Type

pom

Download jgoslin 2.0.0

Filename Size
jgoslin-2.0.0.pom 24 KB
Browse

<!-- https://jarcasting.com/artifacts/org.lifs-tools/jgoslin/ -->
<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lifs-tools/jgoslin/
implementation 'org.lifs-tools:jgoslin:2.0.0'
// https://jarcasting.com/artifacts/org.lifs-tools/jgoslin/
implementation ("org.lifs-tools:jgoslin:2.0.0")
'org.lifs-tools:jgoslin:pom:2.0.0'
<dependency org="org.lifs-tools" name="jgoslin" rev="2.0.0">
  <artifact name="jgoslin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lifs-tools', module='jgoslin', version='2.0.0')
)
libraryDependencies += "org.lifs-tools" % "jgoslin" % "2.0.0"
[org.lifs-tools/jgoslin "2.0.0"]