MVN

yan : yan

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 5.0.2

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'yan:yan:5.0.2'

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

implementation("yan:yan:5.0.2")

How to add a dependency to SBT Scala

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

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

Advertisement