<dependency>
<groupId>com.arangodb</groupId>
<artifactId>velocypack-module-scala_2.12</artifactId>
<version>1.2.1</version>
</dependency>
@Grapes(
@Grab(group='com.arangodb', module='velocypack-module-scala_2.12', version='1.2.1')
)
provided
|-- com.arangodb:velocypack:2.4.0
test
|-- org.scalatest:scalatest_2.12:3.0.0
|-- junit:junit:4.12