MVN

yan : jfunutil

Maven & Gradle

Apr 14, 2007
<dependency>
    <groupId>yan</groupId>
    <artifactId>jfunutil</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of yan : jfunutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2

All Versions

Choose a version of yan : jfunutil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
jfunutil-5.0.2
1.0
jfunutil-1.0
0.9.x
jfunutil-0.9.1
0.9
jfunutil-0.9
0.8.x
jfunutil-0.8.3
jfunutil-0.8.2

How to add a dependency to Maven

Add the following yan : jfunutil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>yan</groupId>
    <artifactId>jfunutil</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following yan : jfunutil gradle dependency to your build.gradle file:

implementation 'yan:jfunutil:5.0.2'

Gradle Kotlin DSL: Add the following yan : jfunutil gradle kotlin dependency to your build.gradle.kts file:

implementation("yan:jfunutil:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following yan : jfunutil sbt scala dependency to your build.sbt file:

libraryDependencies += "yan" % "jfunutil" % "5.0.2"