License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.liveramp |
ArtifactId | ArtifactIdjack-postgresql |
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-postgresql-1.8.pom | |
jack-postgresql-1.8.jar | 2 KB |
jack-postgresql-1.8-sources.jar | 1 KB |
jack-postgresql-1.8-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liveramp/jack-postgresql/ -->
<dependency>
<groupId>com.liveramp</groupId>
<artifactId>jack-postgresql</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/jack-postgresql/
implementation 'com.liveramp:jack-postgresql:1.8'
// https://jarcasting.com/artifacts/com.liveramp/jack-postgresql/
implementation ("com.liveramp:jack-postgresql:1.8")
'com.liveramp:jack-postgresql:jar:1.8'
<dependency org="com.liveramp" name="jack-postgresql" rev="1.8">
<artifact name="jack-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='jack-postgresql', version='1.8')
)
libraryDependencies += "com.liveramp" % "jack-postgresql" % "1.8"
[com.liveramp/jack-postgresql "1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.liveramp : jack-core | jar | 1.8 |
postgresql : postgresql | jar | 9.1-901.jdbc4 |