License |
License |
---|---|
GroupId | GroupIdcom.github.ryanholdren.typesafesql |
ArtifactId | ArtifactIdpgasync-tests |
Last Version | Last Version2018-06-16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTypeSafeSQL PgAsync Tests
A Maven plugin for preprocessing SQL files into type-safe Java classes.
|
Filename | Size |
---|---|
pgasync-tests-2018-06-16.pom | |
pgasync-tests-2018-06-16.jar | 169 KB |
pgasync-tests-2018-06-16-sources.jar | 51 KB |
pgasync-tests-2018-06-16-javadoc.jar | 651 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/pgasync-tests/ -->
<dependency>
<groupId>com.github.ryanholdren.typesafesql</groupId>
<artifactId>pgasync-tests</artifactId>
<version>2018-06-16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/pgasync-tests/
implementation 'com.github.ryanholdren.typesafesql:pgasync-tests:2018-06-16'
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/pgasync-tests/
implementation ("com.github.ryanholdren.typesafesql:pgasync-tests:2018-06-16")
'com.github.ryanholdren.typesafesql:pgasync-tests:jar:2018-06-16'
<dependency org="com.github.ryanholdren.typesafesql" name="pgasync-tests" rev="2018-06-16">
<artifact name="pgasync-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanholdren.typesafesql', module='pgasync-tests', version='2018-06-16')
)
libraryDependencies += "com.github.ryanholdren.typesafesql" % "pgasync-tests" % "2018-06-16"
[com.github.ryanholdren.typesafesql/pgasync-tests "2018-06-16"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ryanholdren.typesafesql : pgasync-framework | jar | 2018-06-16 |
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor.addons : reactor-test | jar | 3.0.7.RELEASE |
junit : junit | jar | 4.12 |
com.opentable.components : otj-pg-embedded | jar | 0.7.1 |