MVN

io.datalbry.connector : sdk-autoconfigure

Maven & Gradle

Apr 09, 2021
0 stars

Connector sdk-autoconfigure · The Connector SDK is a Software Development Kit which enables user to implement an Alxndria Connector in no time

<dependency>
    <groupId>io.datalbry.connector</groupId>
    <artifactId>sdk-autoconfigure</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.datalbry.connector : sdk-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of io.datalbry.connector : sdk-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
sdk-autoconfigure-0.0.4
sdk-autoconfigure-0.0.3
sdk-autoconfigure-0.0.2
sdk-autoconfigure-0.0.1

How to add a dependency to Maven

Add the following io.datalbry.connector : sdk-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.datalbry.connector</groupId>
    <artifactId>sdk-autoconfigure</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.datalbry.connector : sdk-autoconfigure gradle dependency to your build.gradle file:

implementation 'io.datalbry.connector:sdk-autoconfigure:0.0.4'

Gradle Kotlin DSL: Add the following io.datalbry.connector : sdk-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("io.datalbry.connector:sdk-autoconfigure:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.datalbry.connector : sdk-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "io.datalbry.connector" % "sdk-autoconfigure" % "0.0.4"