MVN

com.wuyushuo : spring-iface

Maven & Gradle

Oct 01, 2022
1 usages
<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>spring-iface</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
spring-iface-2.0.0
1.9.x
spring-iface-1.9.9
spring-iface-1.9.8
spring-iface-1.9.7
spring-iface-1.9.5
spring-iface-1.9.4
spring-iface-1.9.3
spring-iface-1.9.2
spring-iface-1.9.1
spring-iface-1.9.0
1.8.x
spring-iface-1.8.9
spring-iface-1.8.8
spring-iface-1.8.7
spring-iface-1.8.6
spring-iface-1.8.5
spring-iface-1.8.4
spring-iface-1.8.3
spring-iface-1.8.2
spring-iface-1.8.1
spring-iface-1.8.0
1.7.x
spring-iface-1.7.9
spring-iface-1.7.8
spring-iface-1.7.7
spring-iface-1.7.6
spring-iface-1.7.5
spring-iface-1.7.4
spring-iface-1.7.3
spring-iface-1.7.2
spring-iface-1.7.1
spring-iface-1.7.0
1.6.x
spring-iface-1.6.9
spring-iface-1.6.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>spring-iface</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.wuyushuo:spring-iface:2.0.0'

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

implementation("com.wuyushuo:spring-iface:2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.wuyushuo" % "spring-iface" % "2.0.0"

Advertisement