MVN

com.datasqrl : sqrl-secure

Maven & Gradle

May 13, 2024
66 stars

Secure functions for flink

<dependency>
    <groupId>com.datasqrl</groupId>
    <artifactId>sqrl-secure</artifactId>
    <version>0.5.0-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datasqrl : sqrl-secure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0-RC3
  • Latest Release Candidate: 0.5.0-RC3

All Versions

Choose a version of com.datasqrl : sqrl-secure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
sqrl-secure-0.5.0-RC3

How to add a dependency to Maven

Add the following com.datasqrl : sqrl-secure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.datasqrl</groupId>
    <artifactId>sqrl-secure</artifactId>
    <version>0.5.0-RC3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datasqrl : sqrl-secure gradle dependency to your build.gradle file:

implementation 'com.datasqrl:sqrl-secure:0.5.0-RC3'

Gradle Kotlin DSL: Add the following com.datasqrl : sqrl-secure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datasqrl:sqrl-secure:0.5.0-RC3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datasqrl : sqrl-secure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datasqrl" % "sqrl-secure" % "0.5.0-RC3"

Advertisement