z

z2-service-kotlin-plugin

Client-server communication with the absolute minimum amount of boilerplate.
https://github.com/spxbhuhb/z2-service
Apache 2.0
Tóth István Zoltán
Files download
File Operation
z2-service-kotlin-plugin-2023.8.18.jar download
z2-service-kotlin-plugin-2023.8.18.pom download
z2-service-kotlin-plugin-2023.8.18-sources.jar download
Apache Maven
<dependency>
  <groupId>hu.simplexion.z2</groupId>
  <artifactId>z2-service-kotlin-plugin</artifactId>
  <version>2023.8.18</version>
</dependency>
Gradle Groovy
implementation 'hu.simplexion.z2:z2-service-kotlin-plugin:2023.8.18'
Gradle Kotlin
implementation("hu.simplexion.z2:z2-service-kotlin-plugin:2023.8.18")
Scala SBT
libraryDependencies += "hu.simplexion.z2" % "z2-service-kotlin-plugin" % "2023.8.18"
Groovy Grape
@Grapes(
  @Grab(group='hu.simplexion.z2', module='z2-service-kotlin-plugin', version='2023.8.18')
)
Apache Ivy
<dependency org="hu.simplexion.z2" name="z2-service-kotlin-plugin" rev="2023.8.18" />
Leiningen
[hu.simplexion.z2/z2-service-kotlin-plugin "2023.8.18"]
Apache Buildr
'hu.simplexion.z2:z2-service-kotlin-plugin:jar:2023.8.18'