MVN

com.orientechnologies : orientdb-teleporter

Maven & Gradle

Aug 17, 2023
6 stars

teleporter · Teleporter plugin for OrientDB NoSQL DBMS

<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-teleporter</artifactId>
    <version>3.2.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.orientechnologies : orientdb-teleporter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.22

All Versions

Choose a version of com.orientechnologies : orientdb-teleporter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
orientdb-teleporter-3.2.22
orientdb-teleporter-3.2.21
orientdb-teleporter-3.2.20
orientdb-teleporter-3.2.19
orientdb-teleporter-3.2.18
orientdb-teleporter-3.2.17
orientdb-teleporter-3.2.16
orientdb-teleporter-3.2.15
orientdb-teleporter-3.2.14
orientdb-teleporter-3.2.13
orientdb-teleporter-3.2.12
orientdb-teleporter-3.2.11
orientdb-teleporter-3.2.10
orientdb-teleporter-3.2.9
orientdb-teleporter-3.2.8
orientdb-teleporter-3.2.7
orientdb-teleporter-3.2.6
orientdb-teleporter-3.2.5
orientdb-teleporter-3.2.4
orientdb-teleporter-3.2.3
orientdb-teleporter-3.2.2
orientdb-teleporter-3.2.1
orientdb-teleporter-3.2.0
3.1.x
orientdb-teleporter-3.1.20
orientdb-teleporter-3.1.19
orientdb-teleporter-3.1.18
orientdb-teleporter-3.1.17
orientdb-teleporter-3.1.16
orientdb-teleporter-3.1.15
orientdb-teleporter-3.1.14
orientdb-teleporter-3.1.13
orientdb-teleporter-3.1.12
orientdb-teleporter-3.1.11
orientdb-teleporter-3.1.10
orientdb-teleporter-3.1.9
orientdb-teleporter-3.1.8
orientdb-teleporter-3.1.7
orientdb-teleporter-3.1.6
orientdb-teleporter-3.1.5
orientdb-teleporter-3.1.4
orientdb-teleporter-3.1.3
orientdb-teleporter-3.1.2
orientdb-teleporter-3.1.1
orientdb-teleporter-3.1.0
3.0.x
orientdb-teleporter-3.0.44
orientdb-teleporter-3.0.43
orientdb-teleporter-3.0.42
orientdb-teleporter-3.0.41
orientdb-teleporter-3.0.40
orientdb-teleporter-3.0.39
orientdb-teleporter-3.0.38
orientdb-teleporter-3.0.37
orientdb-teleporter-3.0.36
orientdb-teleporter-3.0.35
orientdb-teleporter-3.0.34
orientdb-teleporter-3.0.33
orientdb-teleporter-3.0.32
orientdb-teleporter-3.0.31
orientdb-teleporter-3.0.30
orientdb-teleporter-3.0.29
orientdb-teleporter-3.0.28
orientdb-teleporter-3.0.27

How to add a dependency to Maven

Add the following com.orientechnologies : orientdb-teleporter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-teleporter</artifactId>
    <version>3.2.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.orientechnologies : orientdb-teleporter gradle dependency to your build.gradle file:

implementation 'com.orientechnologies:orientdb-teleporter:3.2.22'

Gradle Kotlin DSL: Add the following com.orientechnologies : orientdb-teleporter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.orientechnologies:orientdb-teleporter:3.2.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.orientechnologies : orientdb-teleporter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.orientechnologies" % "orientdb-teleporter" % "3.2.22"

Advertisement