MVN

org.nutz : nutzboot-starter-fescar

Maven & Gradle

Apr 10, 2019
1 usages
487 stars

nutzboot-starter-fescar

<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzboot-starter-fescar</artifactId>
    <version>2.3.4.v20190410</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nutz : nutzboot-starter-fescar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4.v20190410

All Versions

Choose a version of org.nutz : nutzboot-starter-fescar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
nutzboot-starter-fescar-2.3.4.v20190410
nutzboot-starter-fescar-2.3.3.v20190329

How to add a dependency to Maven

Add the following org.nutz : nutzboot-starter-fescar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzboot-starter-fescar</artifactId>
    <version>2.3.4.v20190410</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nutz : nutzboot-starter-fescar gradle dependency to your build.gradle file:

implementation 'org.nutz:nutzboot-starter-fescar:2.3.4.v20190410'

Gradle Kotlin DSL: Add the following org.nutz : nutzboot-starter-fescar gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nutz:nutzboot-starter-fescar:2.3.4.v20190410")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nutz : nutzboot-starter-fescar sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nutz" % "nutzboot-starter-fescar" % "2.3.4.v20190410"

Advertisement