MVN

com.orientechnologies : orientdb-javassist

Maven & Gradle

Dec 18, 2017
4.6k stars

OrientDB Javassit Weaver · This module contains compile time byte code weavers. Which adds boiler plate code. Such as logging of exceptions happens in static initializers.

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

Latest Version

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

  • Latest Stable: 2.2.31

All Versions

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

Version Vulnerabilities Updated
3.0.x
orientdb-javassist-3.0.0RC1
2.2.x
orientdb-javassist-2.2.31

How to add a dependency to Maven

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

<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-javassist</artifactId>
    <version>2.2.31</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.orientechnologies:orientdb-javassist:2.2.31'

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

implementation("com.orientechnologies:orientdb-javassist:2.2.31")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.orientechnologies" % "orientdb-javassist" % "2.2.31"