License |
License |
---|---|
GroupId | GroupIdcom.github.ryanholdren.typesafesql |
ArtifactId | ArtifactIdtests |
Last Version | Last Version2017-05-20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTypeSafeSQL Tests
A Maven plugin for preprocessing SQL files into type-safe Java classes.
|
Filename | Size |
---|---|
tests-2017-05-20.pom | |
tests-2017-05-20.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/tests/ -->
<dependency>
<groupId>com.github.ryanholdren.typesafesql</groupId>
<artifactId>tests</artifactId>
<version>2017-05-20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/tests/
implementation 'com.github.ryanholdren.typesafesql:tests:2017-05-20'
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/tests/
implementation ("com.github.ryanholdren.typesafesql:tests:2017-05-20")
'com.github.ryanholdren.typesafesql:tests:jar:2017-05-20'
<dependency org="com.github.ryanholdren.typesafesql" name="tests" rev="2017-05-20">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanholdren.typesafesql', module='tests', version='2017-05-20')
)
libraryDependencies += "com.github.ryanholdren.typesafesql" % "tests" % "2017-05-20"
[com.github.ryanholdren.typesafesql/tests "2017-05-20"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ryanholdren.typesafesql : framework | jar | 2017-05-20 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ryanholdren.typesafesql : mocking | jar | 2017-05-20 |
junit : junit | jar | 4.12 |
com.opentable.components : otj-pg-embedded | jar | 0.7.1 |