License |
License |
---|---|
GroupId | GroupIdcom.liveramp |
ArtifactId | ArtifactIdjack |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJack
A set of scripts for generating fully functional Java database models from Ruby's ActiveRecord models and
migrations.
|
Project URL |
Project URL |
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"]