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