| License |
License |
|---|---|
| GroupId | GroupIdcom.liveramp |
| ArtifactId | ArtifactIdjack-store |
| Last Version | Last Version1.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA set of scripts for generating fully functional Java database models from Ruby's ActiveRecord models and
migrations.
|
| Filename | Size |
|---|---|
| jack-store-1.8.pom | |
| jack-store-1.8.jar | 73 KB |
| jack-store-1.8-sources.jar | 32 KB |
| jack-store-1.8-javadoc.jar | 599 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liveramp/jack-store/ -->
<dependency>
<groupId>com.liveramp</groupId>
<artifactId>jack-store</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/jack-store/
implementation 'com.liveramp:jack-store:1.8'
// https://jarcasting.com/artifacts/com.liveramp/jack-store/
implementation ("com.liveramp:jack-store:1.8")
'com.liveramp:jack-store:jar:1.8'
<dependency org="com.liveramp" name="jack-store" rev="1.8">
<artifact name="jack-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='jack-store', version='1.8')
)
libraryDependencies += "com.liveramp" % "jack-store" % "1.8"
[com.liveramp/jack-store "1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.liveramp : jack-core | jar | 1.8 |
| com.google.code.gson : gson | jar | 2.8.1 |