MVN

org.zalando : zalando-sprocwrapper

Maven & Gradle

Oct 18, 2022
65 stars

Stored Procedure Wrapper · Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types such as enums and hstore.

<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>zalando-sprocwrapper</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zalando : zalando-sprocwrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of org.zalando : zalando-sprocwrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
zalando-sprocwrapper-3.2.1
zalando-sprocwrapper-3.2.0
3.1.x
zalando-sprocwrapper-3.1.1
zalando-sprocwrapper-3.1.0
3.0.x
zalando-sprocwrapper-3.0.1
zalando-sprocwrapper-3.0.0

How to add a dependency to Maven

Add the following org.zalando : zalando-sprocwrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>zalando-sprocwrapper</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zalando : zalando-sprocwrapper gradle dependency to your build.gradle file:

implementation 'org.zalando:zalando-sprocwrapper:3.2.1'

Gradle Kotlin DSL: Add the following org.zalando : zalando-sprocwrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zalando:zalando-sprocwrapper:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zalando : zalando-sprocwrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zalando" % "zalando-sprocwrapper" % "3.2.1"

Advertisement

Dependencies from Group

Jan 07, 2022
47 usages
809 stars
Apr 14, 2023
40 usages
941 stars
Jan 07, 2022
32 usages
809 stars
Jul 03, 2023
28 usages
251 stars
Jul 17, 2023
27 usages
1.7k stars

Discover Dependencies