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