Files download
File Operation
parser_2.13-0.7.0-M5.jar download
parser_2.13-0.7.0-M5.pom download
parser_2.13-0.7.0-M5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kubukoz.playground</groupId>
  <artifactId>parser_2.13</artifactId>
  <version>0.7.0-M5</version>
</dependency>
Gradle Groovy
implementation 'com.kubukoz.playground:parser_2.13:0.7.0-M5'
Gradle Kotlin
implementation("com.kubukoz.playground:parser_2.13:0.7.0-M5")
Scala SBT
libraryDependencies += "com.kubukoz.playground" % "parser_2.13" % "0.7.0-M5"
Groovy Grape
@Grapes(
  @Grab(group='com.kubukoz.playground', module='parser_2.13', version='0.7.0-M5')
)
Apache Ivy
<dependency org="com.kubukoz.playground" name="parser_2.13" rev="0.7.0-M5" />
Leiningen
[com.kubukoz.playground/parser_2.13 "0.7.0-M5"]
Apache Buildr
'com.kubukoz.playground:parser_2.13:jar:0.7.0-M5'