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
Files download
File Operation
jack-1.8.pom download
Apache Maven
<dependency>
  <groupId>com.liveramp</groupId>
  <artifactId>jack</artifactId>
  <version>1.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.liveramp:jack:1.8'
Gradle Kotlin
implementation("com.liveramp:jack:1.8")
Scala SBT
libraryDependencies += "com.liveramp" % "jack" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.liveramp', module='jack', version='1.8')
)
Apache Ivy
<dependency org="com.liveramp" name="jack" rev="1.8" />
Leiningen
[com.liveramp/jack "1.8"]
Apache Buildr
'com.liveramp:jack:jar:1.8'
Dependencies
The project has no third-party dependencies