MVN

com.github.luning-l : Widget

Maven & Gradle

Aug 17, 2023

Widget · Android Widget

<dependency>
    <groupId>com.github.luning-l</groupId>
    <artifactId>Widget</artifactId>
    <version>0.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.luning-l : Widget to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.32

All Versions

Choose a version of com.github.luning-l : Widget to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
Widget-0.0.32
Widget-0.0.31
Widget-0.0.30
Widget-0.0.29
Widget-0.0.28
Widget-0.0.27
Widget-0.0.26
Widget-0.0.25
Widget-0.0.24
Widget-0.0.23
Widget-0.0.22
Widget-0.0.21
Widget-0.0.20
Widget-0.0.19
Widget-0.0.18
Widget-0.0.17

How to add a dependency to Maven

Add the following com.github.luning-l : Widget maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.luning-l</groupId>
    <artifactId>Widget</artifactId>
    <version>0.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.luning-l : Widget gradle dependency to your build.gradle file:

implementation 'com.github.luning-l:Widget:0.0.32'

Gradle Kotlin DSL: Add the following com.github.luning-l : Widget gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.luning-l:Widget:0.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.luning-l : Widget sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.luning-l" % "Widget" % "0.0.32"

Advertisement