GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdstored-procedure-proxy |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/stored-procedure-proxy/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>stored-procedure-proxy</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/stored-procedure-proxy/
implementation 'com.github.marschall:stored-procedure-proxy:0.5.0'
// https://jarcasting.com/artifacts/com.github.marschall/stored-procedure-proxy/
implementation ("com.github.marschall:stored-procedure-proxy:0.5.0")
'com.github.marschall:stored-procedure-proxy:jar:0.5.0'
<dependency org="com.github.marschall" name="stored-procedure-proxy" rev="0.5.0">
<artifact name="stored-procedure-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='stored-procedure-proxy', version='0.5.0')
)
libraryDependencies += "com.github.marschall" % "stored-procedure-proxy" % "0.5.0"
[com.github.marschall/stored-procedure-proxy "0.5.0"]