MVN

com.loocme : spring-orm

Maven & Gradle

Jul 21, 2023
<dependency>
    <groupId>com.loocme</groupId>
    <artifactId>spring-orm</artifactId>
    <version>7.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.loocme : spring-orm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.6

All Versions

Choose a version of com.loocme : spring-orm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
spring-orm-7.1.6
spring-orm-7.1.5
spring-orm-7.1.4
spring-orm-7.1.3
spring-orm-7.1.2
spring-orm-7.1.1
spring-orm-7.1.0
7.0.x
spring-orm-7.0.7
spring-orm-7.0.6
spring-orm-7.0.5
spring-orm-7.0.4
spring-orm-7.0.3
spring-orm-7.0.2
spring-orm-7.0.1
spring-orm-7.0.0
1.0.x
spring-orm-1.0.0

How to add a dependency to Maven

Add the following com.loocme : spring-orm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.loocme</groupId>
    <artifactId>spring-orm</artifactId>
    <version>7.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.loocme : spring-orm gradle dependency to your build.gradle file:

implementation 'com.loocme:spring-orm:7.1.6'

Gradle Kotlin DSL: Add the following com.loocme : spring-orm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.loocme:spring-orm:7.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.loocme : spring-orm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.loocme" % "spring-orm" % "7.1.6"