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