| License |
License |
|---|---|
| GroupId | GroupIdcom.liveramp |
| ArtifactId | ArtifactIdjack-core |
| 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-core-1.8.pom | |
| jack-core-1.8.jar | 307 KB |
| jack-core-1.8-sources.jar | 123 KB |
| jack-core-1.8-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liveramp/jack-core/ -->
<dependency>
<groupId>com.liveramp</groupId>
<artifactId>jack-core</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/jack-core/
implementation 'com.liveramp:jack-core:1.8'
// https://jarcasting.com/artifacts/com.liveramp/jack-core/
implementation ("com.liveramp:jack-core:1.8")
'com.liveramp:jack-core:jar:1.8'
<dependency org="com.liveramp" name="jack-core" rev="1.8">
<artifact name="jack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='jack-core', version='1.8')
)
libraryDependencies += "com.liveramp" % "jack-core" % "1.8"
[com.liveramp/jack-core "1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| commons-lang : commons-lang | jar | 2.5 |
| net.java.dev : jvyaml | jar | 0.2.1 |
| com.google.guava : guava | jar | 13.0.1 |
| joda-time : joda-time | jar | 2.7 |
| org.apache.commons : commons-pool2 | jar | 2.4.2 |