MVN

com.formkiq : lambda-runtime-graalvm-annotations-processors

Maven & Gradle

Aug 31, 2020
14 stars

FormKiQ Lambda Runtime Graalvm Annotations · Lambda Runtime Graalvm Annotations

<dependency>
    <groupId>com.formkiq</groupId>
    <artifactId>lambda-runtime-graalvm-annotations-processors</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.formkiq : lambda-runtime-graalvm-annotations-processors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of com.formkiq : lambda-runtime-graalvm-annotations-processors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
lambda-runtime-graalvm-annotations-processors-2.0

How to add a dependency to Maven

Add the following com.formkiq : lambda-runtime-graalvm-annotations-processors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.formkiq</groupId>
    <artifactId>lambda-runtime-graalvm-annotations-processors</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.formkiq : lambda-runtime-graalvm-annotations-processors gradle dependency to your build.gradle file:

implementation 'com.formkiq:lambda-runtime-graalvm-annotations-processors:2.0'

Gradle Kotlin DSL: Add the following com.formkiq : lambda-runtime-graalvm-annotations-processors gradle kotlin dependency to your build.gradle.kts file:

implementation("com.formkiq:lambda-runtime-graalvm-annotations-processors:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.formkiq : lambda-runtime-graalvm-annotations-processors sbt scala dependency to your build.sbt file:

libraryDependencies += "com.formkiq" % "lambda-runtime-graalvm-annotations-processors" % "2.0"

Advertisement