h

hetu-vdm

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