MVN

com.aerospike : aerospike-connect-inbound-sdk

Maven & Gradle

Aug 07, 2023
8 stars

Aerospike Connect Inbound SDK · Inbound SDK for message transformer or other plugins.

<dependency>
    <groupId>com.aerospike</groupId>
    <artifactId>aerospike-connect-inbound-sdk</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aerospike : aerospike-connect-inbound-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.aerospike : aerospike-connect-inbound-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
aerospike-connect-inbound-sdk-1.3.0
1.2.x
aerospike-connect-inbound-sdk-1.2.1
aerospike-connect-inbound-sdk-1.2.0
1.1.x
aerospike-connect-inbound-sdk-1.1.0
1.0.x
aerospike-connect-inbound-sdk-1.0.0
0.9.x
aerospike-connect-inbound-sdk-0.9.9
aerospike-connect-inbound-sdk-0.9.8
aerospike-connect-inbound-sdk-0.9.7

How to add a dependency to Maven

Add the following com.aerospike : aerospike-connect-inbound-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aerospike</groupId>
    <artifactId>aerospike-connect-inbound-sdk</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aerospike : aerospike-connect-inbound-sdk gradle dependency to your build.gradle file:

implementation 'com.aerospike:aerospike-connect-inbound-sdk:1.3.0'

Gradle Kotlin DSL: Add the following com.aerospike : aerospike-connect-inbound-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aerospike:aerospike-connect-inbound-sdk:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aerospike : aerospike-connect-inbound-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aerospike" % "aerospike-connect-inbound-sdk" % "1.3.0"