Files download
File Operation
common-syntax-cats_3-0.1.8.jar download
common-syntax-cats_3-0.1.8.pom download
common-syntax-cats_3-0.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kirill5k</groupId>
  <artifactId>common-syntax-cats_3</artifactId>
  <version>0.1.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.kirill5k:common-syntax-cats_3:0.1.8'
Gradle Kotlin
implementation("io.github.kirill5k:common-syntax-cats_3:0.1.8")
Scala SBT
libraryDependencies += "io.github.kirill5k" % "common-syntax-cats_3" % "0.1.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kirill5k', module='common-syntax-cats_3', version='0.1.8')
)
Apache Ivy
<dependency org="io.github.kirill5k" name="common-syntax-cats_3" rev="0.1.8" />
Leiningen
[io.github.kirill5k/common-syntax-cats_3 "0.1.8"]
Apache Buildr
'io.github.kirill5k:common-syntax-cats_3:jar:0.1.8'