h

hetu-vdm

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