| GroupId | GroupIdcom.orientechnologies | 
|---|---|
| ArtifactId | ArtifactIdorientdb-etl | 
| Version | Version3.1.0-beta1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| orientdb-etl-3.1.0-beta1.pom | |
| orientdb-etl-3.1.0-beta1.jar | 177 KB | 
| orientdb-etl-3.1.0-beta1-sources.jar | 96 KB | 
| orientdb-etl-3.1.0-beta1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-etl/ -->
<dependency>
    <groupId>com.orientechnologies</groupId>
    <artifactId>orientdb-etl</artifactId>
    <version>3.1.0-beta1</version>
</dependency>// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-etl/
implementation 'com.orientechnologies:orientdb-etl:3.1.0-beta1'// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-etl/
implementation ("com.orientechnologies:orientdb-etl:3.1.0-beta1")'com.orientechnologies:orientdb-etl:jar:3.1.0-beta1'<dependency org="com.orientechnologies" name="orientdb-etl" rev="3.1.0-beta1">
  <artifact name="orientdb-etl" type="jar" />
</dependency>@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-etl', version='3.1.0-beta1')
)libraryDependencies += "com.orientechnologies" % "orientdb-etl" % "3.1.0-beta1"[com.orientechnologies/orientdb-etl "3.1.0-beta1"]