License |
License |
---|---|
GroupId | GroupIdcom.github.ryanholdren.typesafesql |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2018-06-16 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTypeSafeSQL
A Maven plugin for preprocessing SQL files into type-safe Java classes.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-2018-06-16.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/parent/ -->
<dependency>
<groupId>com.github.ryanholdren.typesafesql</groupId>
<artifactId>parent</artifactId>
<version>2018-06-16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/parent/
implementation 'com.github.ryanholdren.typesafesql:parent:2018-06-16'
// https://jarcasting.com/artifacts/com.github.ryanholdren.typesafesql/parent/
implementation ("com.github.ryanholdren.typesafesql:parent:2018-06-16")
'com.github.ryanholdren.typesafesql:parent:pom:2018-06-16'
<dependency org="com.github.ryanholdren.typesafesql" name="parent" rev="2018-06-16">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanholdren.typesafesql', module='parent', version='2018-06-16')
)
libraryDependencies += "com.github.ryanholdren.typesafesql" % "parent" % "2018-06-16"
[com.github.ryanholdren.typesafesql/parent "2018-06-16"]