jgoslin

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.

License

License

GroupId

GroupId

org.lifs-tools
ArtifactId

ArtifactId

jgoslin
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

jgoslin
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.
Project URL

Project URL

https://github.com/lifs-tools/jgoslin
Source Code Management

Source Code Management

https://github.com/lifs-tools/jgoslin

Download jgoslin

Filename Size
jgoslin-2.0.2.pom 24 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • parsers
  • cli

Versions

Version
2.0.2
2.0.1
2.0.0