MVN

com.yahoo.platform.yui : yui

Maven & Gradle

Feb 26, 2008

Yahoo! UI Library · The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources.

<dependency>
    <groupId>com.yahoo.platform.yui</groupId>
    <artifactId>yui</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.platform.yui : yui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.yahoo.platform.yui : yui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
yui-2.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yahoo.platform.yui</groupId>
    <artifactId>yui</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yahoo.platform.yui : yui gradle dependency to your build.gradle file:

implementation 'com.yahoo.platform.yui:yui:2.5.0'

Gradle Kotlin DSL: Add the following com.yahoo.platform.yui : yui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yahoo.platform.yui:yui:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yahoo.platform.yui : yui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yahoo.platform.yui" % "yui" % "2.5.0"

Advertisement