MVN

io.github.xiaoyvyv : widget

Maven & Gradle

Jul 11, 2022
1 usages
3 stars

widget · Android BluePrint FrameWork

<dependency>
    <groupId>io.github.xiaoyvyv</groupId>
    <artifactId>widget</artifactId>
    <version>1.0.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.xiaoyvyv : widget to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.34

All Versions

Choose a version of io.github.xiaoyvyv : widget to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
widget-1.0.34
widget-1.0.33
widget-1.0.32
widget-1.0.31
widget-1.0.30
widget-1.0.29
widget-1.0.28
widget-1.0.27
widget-1.0.26
widget-1.0.25
widget-1.0.24
widget-1.0.23
widget-1.0.22
widget-1.0.21
widget-1.0.19
widget-1.0.18
widget-1.0.17
widget-1.0.16
widget-1.0.15
widget-1.0.13
widget-1.0.12
widget-1.0.11
widget-1.0.10.1
widget-1.0.10
widget-1.0.9
widget-1.0.8
widget-1.0.7
widget-1.0.6
widget-1.0.5
widget-1.0.4
widget-1.0.3
widget-1.0.1
widget-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.xiaoyvyv</groupId>
    <artifactId>widget</artifactId>
    <version>1.0.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xiaoyvyv : widget gradle dependency to your build.gradle file:

implementation 'io.github.xiaoyvyv:widget:1.0.34'

Gradle Kotlin DSL: Add the following io.github.xiaoyvyv : widget gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.xiaoyvyv:widget:1.0.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xiaoyvyv : widget sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xiaoyvyv" % "widget" % "1.0.34"

Advertisement