is not current version
Last Version 0.12.0

com.github.marschall:stored-procedure-proxy 0.11.0

Proxies through which to call stored procedures.

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

stored-procedure-proxy
Version

Version

0.11.0
Type

Type

jar

Download stored-procedure-proxy 0.11.0


<!-- https://jarcasting.com/artifacts/com.github.marschall/stored-procedure-proxy/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>stored-procedure-proxy</artifactId>
    <version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/stored-procedure-proxy/
implementation 'com.github.marschall:stored-procedure-proxy:0.11.0'
// https://jarcasting.com/artifacts/com.github.marschall/stored-procedure-proxy/
implementation ("com.github.marschall:stored-procedure-proxy:0.11.0")
'com.github.marschall:stored-procedure-proxy:jar:0.11.0'
<dependency org="com.github.marschall" name="stored-procedure-proxy" rev="0.11.0">
  <artifact name="stored-procedure-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='stored-procedure-proxy', version='0.11.0')
)
libraryDependencies += "com.github.marschall" % "stored-procedure-proxy" % "0.11.0"
[com.github.marschall/stored-procedure-proxy "0.11.0"]