License |
License |
---|---|
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIdsafesql-parent |
Last Version | Last Version0.9.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSafeSql Project
Toolbox and helpers to generate valid Postgres SQL
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
safesql-parent-0.9.8.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dhatim/safesql-parent/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>safesql-parent</artifactId>
<version>0.9.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/safesql-parent/
implementation 'org.dhatim:safesql-parent:0.9.8'
// https://jarcasting.com/artifacts/org.dhatim/safesql-parent/
implementation ("org.dhatim:safesql-parent:0.9.8")
'org.dhatim:safesql-parent:pom:0.9.8'
<dependency org="org.dhatim" name="safesql-parent" rev="0.9.8">
<artifact name="safesql-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='safesql-parent', version='0.9.8')
)
libraryDependencies += "org.dhatim" % "safesql-parent" % "0.9.8"
[org.dhatim/safesql-parent "0.9.8"]
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.2.19 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.19.0 |