MVN

ru.teadev : springspecwrapper

Maven & Gradle

Dec 03, 2022
29 stars

ru.teadev:springspecwrapper · Library for convenient reuse of joins when building queries using Spring Data Specifications

<dependency>
    <groupId>ru.teadev</groupId>
    <artifactId>springspecwrapper</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.teadev : springspecwrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of ru.teadev : springspecwrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
springspecwrapper-1.4.0
1.3.x
springspecwrapper-1.3.0

How to add a dependency to Maven

Add the following ru.teadev : springspecwrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.teadev</groupId>
    <artifactId>springspecwrapper</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.teadev : springspecwrapper gradle dependency to your build.gradle file:

implementation 'ru.teadev:springspecwrapper:1.4.0'

Gradle Kotlin DSL: Add the following ru.teadev : springspecwrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.teadev:springspecwrapper:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.teadev : springspecwrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.teadev" % "springspecwrapper" % "1.4.0"