is not current version
Last Version 1.8

com.liveramp:jack 1.4.2

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

GroupId

GroupId

com.liveramp
ArtifactId

ArtifactId

jack
Version

Version

1.4.2
Type

Type

pom

Download jack 1.4.2

Filename Size
jack-1.4.2.pom 5 KB
Browse

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