| GroupId | GroupIdcom.orientechnologies | 
|---|---|
| ArtifactId | ArtifactIdorientdb-etl | 
| Version | Version2.2.0-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| orientdb-etl-2.2.0-beta2.pom | |
| orientdb-etl-2.2.0-beta2.jar | 154 KB | 
| orientdb-etl-2.2.0-beta2-sources.jar | 77 KB | 
| orientdb-etl-2.2.0-beta2-javadoc.jar | 386 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-etl/ -->
<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-etl</artifactId>
    <version>2.2.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-etl/
implementation 'com.orientechnologies:orientdb-etl:2.2.0-beta2'// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-etl/
implementation ("com.orientechnologies:orientdb-etl:2.2.0-beta2")'com.orientechnologies:orientdb-etl:jar:2.2.0-beta2'<dependency org="com.orientechnologies" name="orientdb-etl" rev="2.2.0-beta2">
  <artifact name="orientdb-etl" type="jar" />
</dependency>@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-etl', version='2.2.0-beta2')
)libraryDependencies += "com.orientechnologies" % "orientdb-etl" % "2.2.0-beta2"[com.orientechnologies/orientdb-etl "2.2.0-beta2"]