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