Files download
File Operation
csl-parser-0.1.0.jar download
csl-parser-0.1.0.pom download
csl-parser-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.over-run</groupId>
  <artifactId>csl-parser</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.over-run:csl-parser:0.1.0'
Gradle Kotlin
implementation("io.github.over-run:csl-parser:0.1.0")
Scala SBT
libraryDependencies += "io.github.over-run" % "csl-parser" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.over-run', module='csl-parser', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.over-run" name="csl-parser" rev="0.1.0" />
Leiningen
[io.github.over-run/csl-parser "0.1.0"]
Apache Buildr
'io.github.over-run:csl-parser:jar:0.1.0'
Dependencies
The project has no third-party dependencies