MVN

com.github.houbb : paradise-spring

Maven & Gradle

Aug 16, 2018
1 usages
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>paradise-spring</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.houbb : paradise-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of com.github.houbb : paradise-spring to add to Maven or Gradle - All Versions:

  • Version Updated
  • paradise-spring-1.1.6

    Aug 16, 2018
  • paradise-spring-1.1.5

    Aug 07, 2018
  • paradise-spring-1.1.4

    Jun 24, 2018
  • paradise-spring-1.1.3

    Jan 20, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>paradise-spring</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.houbb : paradise-spring gradle dependency to your build.gradle file:

implementation 'com.github.houbb:paradise-spring:1.1.6'

Gradle Kotlin DSL: Add the following com.github.houbb : paradise-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.houbb:paradise-spring:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.houbb : paradise-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.houbb" % "paradise-spring" % "1.1.6"