d

disl

disl = data integration specific language. Goal of this project is to implement groovy based domain specific language supporting modelling of data integration projects. Disl will support data modeling and data mapping including support for MDA transformations and unit testing.
https://github.com/kaja78/disl
GNU GENERAL PUBLIC LICENSE, Version 3.0
Karel H�bl
文件下载
文件名 操作
disl-1.1.2.jar 下载
disl-1.1.2.pom 下载
disl-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.kaja78</groupId>
  <artifactId>disl</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.kaja78:disl:1.1.2'
Gradle Kotlin
implementation("com.github.kaja78:disl:1.1.2")
Scala SBT
libraryDependencies += "com.github.kaja78" % "disl" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kaja78', module='disl', version='1.1.2')
)
Apache Ivy
<dependency org="com.github.kaja78" name="disl" rev="1.1.2" />
Leiningen
[com.github.kaja78/disl "1.1.2"]
Apache Buildr
'com.github.kaja78:disl:jar:1.1.2'