License |
License |
---|---|
GroupId | GroupIdcom.github.ryanholdren.typesafesql |
ArtifactId | ArtifactIdjdbc-mocking |
Last Version | Last Version2018-06-16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTypeSafeSQL JDBC Mocking
A Maven plugin for preprocessing SQL files into type-safe Java classes.
|
Filename | Size |
---|---|
jdbc-mocking-2018-06-16.pom | |
jdbc-mocking-2018-06-16.jar | 14 KB |
jdbc-mocking-2018-06-16-sources.jar | 9 KB |
jdbc-mocking-2018-06-16-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/jdbc-mocking/ -->
<dependency>
<groupId>com.github.ryanholdren.typesafesql</groupId>
<artifactId>jdbc-mocking</artifactId>
<version>2018-06-16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/jdbc-mocking/
implementation 'com.github.ryanholdren.typesafesql:jdbc-mocking:2018-06-16'
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/jdbc-mocking/
implementation ("com.github.ryanholdren.typesafesql:jdbc-mocking:2018-06-16")
'com.github.ryanholdren.typesafesql:jdbc-mocking:jar:2018-06-16'
<dependency org="com.github.ryanholdren.typesafesql" name="jdbc-mocking" rev="2018-06-16">
<artifact name="jdbc-mocking" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanholdren.typesafesql', module='jdbc-mocking', version='2018-06-16')
)
libraryDependencies += "com.github.ryanholdren.typesafesql" % "jdbc-mocking" % "2018-06-16"
[com.github.ryanholdren.typesafesql/jdbc-mocking "2018-06-16"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ryanholdren.typesafesql : jdbc-framework | jar | 2018-06-16 |
org.powermock : powermock-api-mockito2 | jar | 1.7.0RC4 |
org.powermock : powermock-module-junit4 | jar | 1.7.0RC4 |