MVN

uy.kohesive.chillambda : chillambda

Maven & Gradle

Feb 20, 2018
1 usages
6 stars

Chillambda · Safe and secure serialization and shipping of Kotlin lambdas for remote execution.

<dependency>
    <groupId>uy.kohesive.chillambda</groupId>
    <artifactId>chillambda</artifactId>
    <version>1.0.0-BETA-08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uy.kohesive.chillambda : chillambda to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-BETA-08
  • Latest Beta: 1.0.0-BETA-08

All Versions

Choose a version of uy.kohesive.chillambda : chillambda to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
chillambda-1.0.0-BETA-08
chillambda-1.0.0-BETA-07
chillambda-1.0.0-BETA-06
chillambda-1.0.0-BETA-05
chillambda-1.0.0-BETA-03
chillambda-1.0.0-BETA-02
chillambda-1.0.0-BETA-01

How to add a dependency to Maven

Add the following uy.kohesive.chillambda : chillambda maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uy.kohesive.chillambda</groupId>
    <artifactId>chillambda</artifactId>
    <version>1.0.0-BETA-08</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uy.kohesive.chillambda : chillambda gradle dependency to your build.gradle file:

implementation 'uy.kohesive.chillambda:chillambda:1.0.0-BETA-08'

Gradle Kotlin DSL: Add the following uy.kohesive.chillambda : chillambda gradle kotlin dependency to your build.gradle.kts file:

implementation("uy.kohesive.chillambda:chillambda:1.0.0-BETA-08")

How to add a dependency to SBT Scala

SBT Scala: Add the following uy.kohesive.chillambda : chillambda sbt scala dependency to your build.sbt file:

libraryDependencies += "uy.kohesive.chillambda" % "chillambda" % "1.0.0-BETA-08"