License |
License |
---|---|
GroupId | GroupIdcom.github.marcosemiao |
ArtifactId | ArtifactIdjdbc-named-parameters |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDBC Named Parameters
Provides named query parameter capability to JDBC PreparedStatements
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao/jdbc-named-parameters/ -->
<dependency>
<groupId>com.github.marcosemiao</groupId>
<artifactId>jdbc-named-parameters</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao/jdbc-named-parameters/
implementation 'com.github.marcosemiao:jdbc-named-parameters:0.0.1'
// https://jarcasting.com/artifacts/com.github.marcosemiao/jdbc-named-parameters/
implementation ("com.github.marcosemiao:jdbc-named-parameters:0.0.1")
'com.github.marcosemiao:jdbc-named-parameters:jar:0.0.1'
<dependency org="com.github.marcosemiao" name="jdbc-named-parameters" rev="0.0.1">
<artifact name="jdbc-named-parameters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao', module='jdbc-named-parameters', version='0.0.1')
)
libraryDependencies += "com.github.marcosemiao" % "jdbc-named-parameters" % "0.0.1"
[com.github.marcosemiao/jdbc-named-parameters "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.marcosemiao : extend-lang | jar | 0.0.1 |