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