MVN

com.unquietcode.tools.spring : spring-generics

Maven & Gradle

Feb 29, 2016
1 usages
1 stars

Spring Generics · Procedurally extracted version of the Spring Framework's wonderful generics utilities.

<dependency>
    <groupId>com.unquietcode.tools.spring</groupId>
    <artifactId>spring-generics</artifactId>
    <version>4.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unquietcode.tools.spring : spring-generics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.5

All Versions

Choose a version of com.unquietcode.tools.spring : spring-generics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
spring-generics-4.2.5
4.1.x
spring-generics-4.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.unquietcode.tools.spring</groupId>
    <artifactId>spring-generics</artifactId>
    <version>4.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.unquietcode.tools.spring : spring-generics gradle dependency to your build.gradle file:

implementation 'com.unquietcode.tools.spring:spring-generics:4.2.5'

Gradle Kotlin DSL: Add the following com.unquietcode.tools.spring : spring-generics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.unquietcode.tools.spring:spring-generics:4.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.unquietcode.tools.spring : spring-generics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.unquietcode.tools.spring" % "spring-generics" % "4.2.5"

Advertisement