MVN

com.github.wuic.extensions : wuic-spring

Maven & Gradle

Aug 09, 2015
2 stars
<dependency>
    <groupId>com.github.wuic.extensions</groupId>
    <artifactId>wuic-spring</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.2
  • Latest Release Candidate: 0.5.2.RC6

All Versions

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

Version Vulnerabilities Updated
0.5.x
wuic-spring-0.5.2
wuic-spring-0.5.2.RC6
wuic-spring-0.5.2.RC5
wuic-spring-0.5.2.RC4
wuic-spring-0.5.2.RC3
wuic-spring-0.5.2.RC2
wuic-spring-0.5.2.RC1
wuic-spring-0.5.1
wuic-spring-0.5.1.RC2
wuic-spring-0.5.1.RC1
wuic-spring-0.5.0
wuic-spring-0.5.0.RC7
wuic-spring-0.5.0.RC6
wuic-spring-0.5.0.RC5
wuic-spring-0.5.0.RC4
wuic-spring-0.5.0.RC3
wuic-spring-0.5.0.RC2
wuic-spring-0.5.0.RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.wuic.extensions</groupId>
    <artifactId>wuic-spring</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.wuic.extensions:wuic-spring:0.5.2'

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

implementation("com.github.wuic.extensions:wuic-spring:0.5.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.wuic.extensions" % "wuic-spring" % "0.5.2"