is not current version
Last Version 2.4.0

xtc:rats-runtime 2.3.1

The runtime library for parsers generated by Rats! with the -lgpl command line option. The original sources can be found at: http://cs.nyu.edu/rgrimm/xtc/

GroupId

GroupId

xtc
ArtifactId

ArtifactId

rats-runtime
Version

Version

2.3.1
Type

Type

jar

Download rats-runtime 2.3.1


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