License |
License |
---|---|
GroupId | GroupIdcom.liveramp |
ArtifactId | ArtifactIdjack-test |
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-test-1.8.pom | |
jack-test-1.8.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liveramp/jack-test/ -->
<dependency>
<groupId>com.liveramp</groupId>
<artifactId>jack-test</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/jack-test/
implementation 'com.liveramp:jack-test:1.8'
// https://jarcasting.com/artifacts/com.liveramp/jack-test/
implementation ("com.liveramp:jack-test:1.8")
'com.liveramp:jack-test:jar:1.8'
<dependency org="com.liveramp" name="jack-test" rev="1.8">
<artifact name="jack-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='jack-test', version='1.8')
)
libraryDependencies += "com.liveramp" % "jack-test" % "1.8"
[com.liveramp/jack-test "1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.liveramp : jack-core | jar | 1.8 |
com.liveramp : jack-mysql | jar | 1.8 |
com.liveramp : jack-postgresql | jar | 1.8 |
com.liveramp : jack-redshift | jar | 1.8 |
com.liveramp : jack-store | jar | 1.8 |
mysql : mysql-connector-java | jar | 5.1.49 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.28.2 |
junit : junit | jar | 4.12 |