MVN

com.ooimi.library : base

Maven & Gradle

Aug 09, 2023

基础依赖库-Base模块 · 这是基础依赖库Base模块

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

Latest Version

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

  • Latest Stable: 1.4.5

All Versions

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

Version Vulnerabilities Updated
1.4.x
base-1.4.5
base-1.4.4
base-1.4.3
base-1.4.2
base-1.4.1
base-1.4.0
1.3.x
base-1.3.9
base-1.3.8
base-1.3.7
base-1.3.6
base-1.3.5
base-1.3.4
base-1.3.3
base-1.3.2
base-1.3.1
base-1.3.0
1.2.x
base-1.2.9
base-1.2.8
base-1.2.7
base-1.2.6
base-1.2.5
base-1.2.4
base-1.2.3
base-1.2.2
base-1.2.1
base-1.2.0
1.1.x
base-1.1.9
base-1.1.8
base-1.1.7
base-1.1.6
base-1.1.5
base-1.1.4
base-1.1.3
base-1.1.2
base-1.1.1
base-1.1.0
1.0.x
base-1.0.9
base-1.0.8
base-1.0.7
base-1.0.6
base-1.0.5
base-1.0.4
base-1.0.3
base-1.0.2
base-1.0.1
base-1.0.0

How to add a dependency to Maven

Add the following com.ooimi.library : base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ooimi.library</groupId>
    <artifactId>base</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ooimi.library:base:1.4.5'

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

implementation("com.ooimi.library:base:1.4.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ooimi.library" % "base" % "1.4.5"