MVN

org.nutz : nutz-plugins-sfntly

Maven & Gradle

Feb 24, 2017
2 usages
344 stars

Just a fork of sfntly, but without icu4j-charset

<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutz-plugins-sfntly</artifactId>
    <version>1.r.60.r3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nutz : nutz-plugins-sfntly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.r.60.r3

All Versions

Choose a version of org.nutz : nutz-plugins-sfntly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.r.x
nutz-plugins-sfntly-1.r.60.r3
nutz-plugins-sfntly-1.r.60.r2
nutz-plugins-sfntly-1.r.60
nutz-plugins-sfntly-1.r.59
nutz-plugins-sfntly-1.r.58
nutz-plugins-sfntly-1.r.57.r3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutz-plugins-sfntly</artifactId>
    <version>1.r.60.r3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nutz : nutz-plugins-sfntly gradle dependency to your build.gradle file:

implementation 'org.nutz:nutz-plugins-sfntly:1.r.60.r3'

Gradle Kotlin DSL: Add the following org.nutz : nutz-plugins-sfntly gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nutz:nutz-plugins-sfntly:1.r.60.r3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nutz : nutz-plugins-sfntly sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nutz" % "nutz-plugins-sfntly" % "1.r.60.r3"

Advertisement