MVN

com.wuyushuo : spring-boxes-facet

Maven & Gradle

May 12, 2020
1 usages

spring-boxes-facet · spring-boxes-facet

<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>spring-boxes-facet</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.8

All Versions

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

Version Vulnerabilities Updated
1.3.x
spring-boxes-facet-1.3.8
spring-boxes-facet-1.3.6
spring-boxes-facet-1.3.5
spring-boxes-facet-1.3.4
spring-boxes-facet-1.3.3
spring-boxes-facet-1.3.2
spring-boxes-facet-1.3.1
spring-boxes-facet-1.3.0
1.2.x
spring-boxes-facet-1.2.9
spring-boxes-facet-1.2.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>spring-boxes-facet</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.wuyushuo:spring-boxes-facet:1.3.8'

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

implementation("com.wuyushuo:spring-boxes-facet:1.3.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.wuyushuo" % "spring-boxes-facet" % "1.3.8"

Advertisement