MVN

com.ooimi.library : widget

Maven & Gradle

May 27, 2023

基础依赖库-控件 · 这是基础依赖库的UI控件库,提供一些常用的UI控件

<dependency>
    <groupId>com.ooimi.library</groupId>
    <artifactId>widget</artifactId>
    <version>1.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ooimi.library : widget to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.7

All Versions

Choose a version of com.ooimi.library : widget to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
widget-1.3.7
widget-1.3.6
widget-1.3.5
widget-1.3.4
widget-1.3.3
widget-1.3.2
widget-1.3.1
widget-1.3.0
1.2.x
widget-1.2.9
widget-1.2.8
widget-1.2.7
widget-1.2.6
widget-1.2.5
widget-1.2.4
widget-1.2.3
widget-1.2.2
widget-1.2.1
widget-1.2.0
1.1.x
widget-1.1.9
widget-1.1.8
widget-1.1.7
widget-1.1.6
widget-1.1.5
widget-1.1.4
widget-1.1.3
widget-1.1.2
widget-1.1.1
widget-1.1.0
1.0.x
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 com.ooimi.library : widget maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ooimi.library</groupId>
    <artifactId>widget</artifactId>
    <version>1.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ooimi.library : widget gradle dependency to your build.gradle file:

implementation 'com.ooimi.library:widget:1.3.7'

Gradle Kotlin DSL: Add the following com.ooimi.library : widget gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ooimi.library:widget:1.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ooimi.library : widget sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ooimi.library" % "widget" % "1.3.7"