MVN

com.ooimi.library : network

Maven & Gradle

May 27, 2023

基础依赖库-网络请求 · 这是基础依赖库的网络请求模块

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

Latest Version

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

  • Latest Stable: 1.2.8

All Versions

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

Version Vulnerabilities Updated
1.2.x
network-1.2.8
network-1.2.7
network-1.2.6
network-1.2.5
network-1.2.4
network-1.2.3
network-1.2.2
network-1.2.1
network-1.2.0
1.1.x
network-1.1.9
network-1.1.8
network-1.1.7
network-1.1.6
network-1.1.5
network-1.1.4
network-1.1.3
network-1.1.2
network-1.1.1
network-1.1.0
1.0.x
network-1.0.9
network-1.0.8
network-1.0.7
network-1.0.6
network-1.0.5
network-1.0.4
network-1.0.3
network-1.0.2
network-1.0.1
network-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ooimi.library</groupId>
    <artifactId>network</artifactId>
    <version>1.2.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ooimi.library:network:1.2.8'

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

implementation("com.ooimi.library:network:1.2.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ooimi.library" % "network" % "1.2.8"