MVN

com.zaubersoftware.commons.repository.impl : commons-repository-impl-springhbm

Maven & Gradle

Feb 20, 2019
1 usages
4 stars

Zauber::Commons::Repository::Spring HBM implementation

<dependency>
    <groupId>com.zaubersoftware.commons.repository.impl</groupId>
    <artifactId>commons-repository-impl-springhbm</artifactId>
    <version>3.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zaubersoftware.commons.repository.impl : commons-repository-impl-springhbm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.55

All Versions

Choose a version of com.zaubersoftware.commons.repository.impl : commons-repository-impl-springhbm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.55
commons-repository-impl-springhbm-3.55
3.54
commons-repository-impl-springhbm-3.54
3.53
commons-repository-impl-springhbm-3.53
3.52
commons-repository-impl-springhbm-3.52
3.51
commons-repository-impl-springhbm-3.51
3.50
commons-repository-impl-springhbm-3.50
3.49
commons-repository-impl-springhbm-3.49

How to add a dependency to Maven

Add the following com.zaubersoftware.commons.repository.impl : commons-repository-impl-springhbm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zaubersoftware.commons.repository.impl</groupId>
    <artifactId>commons-repository-impl-springhbm</artifactId>
    <version>3.55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zaubersoftware.commons.repository.impl : commons-repository-impl-springhbm gradle dependency to your build.gradle file:

implementation 'com.zaubersoftware.commons.repository.impl:commons-repository-impl-springhbm:3.55'

Gradle Kotlin DSL: Add the following com.zaubersoftware.commons.repository.impl : commons-repository-impl-springhbm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zaubersoftware.commons.repository.impl:commons-repository-impl-springhbm:3.55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zaubersoftware.commons.repository.impl : commons-repository-impl-springhbm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zaubersoftware.commons.repository.impl" % "commons-repository-impl-springhbm" % "3.55"