j

jack

A set of scripts for generating fully functional Java database models from Ruby's ActiveRecord models and migrations.
https://liveramp.com
Apache 2
LiveRamp Engineering
文件下载
文件名 操作
jack-1.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.liveramp</groupId>
  <artifactId>jack</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.liveramp:jack:1.6.0'
Gradle Kotlin
implementation("com.liveramp:jack:1.6.0")
Scala SBT
libraryDependencies += "com.liveramp" % "jack" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.liveramp', module='jack', version='1.6.0')
)
Apache Ivy
<dependency org="com.liveramp" name="jack" rev="1.6.0" />
Leiningen
[com.liveramp/jack "1.6.0"]
Apache Buildr
'com.liveramp:jack:jar:1.6.0'
本项目依赖
该项目无第三方依赖