h

hetu-vdm

Hetu - Vdm Connector
Files download
File Operation
hetu-vdm-1.3.0.jar download
hetu-vdm-1.3.0.pom download
hetu-vdm-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hetu.core</groupId>
  <artifactId>hetu-vdm</artifactId>
  <version>1.3.0</version>
  <type>hetu-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.hetu.core:hetu-vdm:1.3.0'
Gradle Kotlin
implementation("io.hetu.core:hetu-vdm:1.3.0")
Scala SBT
libraryDependencies += "io.hetu.core" % "hetu-vdm" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hetu.core', module='hetu-vdm', version='1.3.0')
)
Apache Ivy
<dependency org="io.hetu.core" name="hetu-vdm" rev="1.3.0" />
Leiningen
[io.hetu.core/hetu-vdm "1.3.0"]
Apache Buildr
'io.hetu.core:hetu-vdm:jar:1.3.0'