Last Version

Jack 1.8

A set of scripts for generating fully functional Java database models from Ruby's ActiveRecord models and migrations.

License

License

GroupId

GroupId

com.liveramp
ArtifactId

ArtifactId

jack
Version

Version

1.8
Type

Type

pom
Description

Description

Jack
A set of scripts for generating fully functional Java database models from Ruby's ActiveRecord models and migrations.
Project URL

Project URL

https://liveramp.com

Download jack 1.8

Filename Size
jack-1.8.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.liveramp/jack/ -->
<dependency>
    <groupId>com.liveramp</groupId>
    <artifactId>jack</artifactId>
    <version>1.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/jack/
implementation 'com.liveramp:jack:1.8'
// https://jarcasting.com/artifacts/com.liveramp/jack/
implementation ("com.liveramp:jack:1.8")
'com.liveramp:jack:pom:1.8'
<dependency org="com.liveramp" name="jack" rev="1.8">
  <artifact name="jack" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='jack', version='1.8')
)
libraryDependencies += "com.liveramp" % "jack" % "1.8"
[com.liveramp/jack "1.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jack-core
  • jack-mysql
  • jack-postgresql
  • jack-redshift
  • jack-store
  • jack-test