MVN

org.xwidgets : xwidgets

Maven & Gradle

Feb 12, 2015
1 usages
0 stars

XWidgets · A Component-based view framework for HTML5

<dependency>
    <groupId>org.xwidgets</groupId>
    <artifactId>xwidgets</artifactId>
    <version>0.1.Alpha3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xwidgets : xwidgets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.Alpha3
  • Latest Alpha: 0.1.Alpha3

All Versions

Choose a version of org.xwidgets : xwidgets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
xwidgets-0.1.Alpha3
xwidgets-0.1.Alpha2
xwidgets-0.1.Alpha1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xwidgets</groupId>
    <artifactId>xwidgets</artifactId>
    <version>0.1.Alpha3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.xwidgets:xwidgets:0.1.Alpha3'

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

implementation("org.xwidgets:xwidgets:0.1.Alpha3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.xwidgets" % "xwidgets" % "0.1.Alpha3"

Advertisement