MVN

com.mxpio : mxpio-boot-base-filestorage

Maven & Gradle

Dec 19, 2022

文件管理模块 · 文件管理模块

<dependency>
    <groupId>com.mxpio</groupId>
    <artifactId>mxpio-boot-base-filestorage</artifactId>
    <version>1.0.12-beta.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mxpio : mxpio-boot-base-filestorage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12-beta.8
  • Latest Beta: 1.0.12-beta.8

All Versions

Choose a version of com.mxpio : mxpio-boot-base-filestorage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mxpio-boot-base-filestorage-1.0.12-beta.8
mxpio-boot-base-filestorage-1.0.12-beta.7
mxpio-boot-base-filestorage-1.0.12-beta.6
mxpio-boot-base-filestorage-1.0.12-beta.5
mxpio-boot-base-filestorage-1.0.12-beta.4
mxpio-boot-base-filestorage-1.0.12-beta.3
mxpio-boot-base-filestorage-1.0.12-beta.2

How to add a dependency to Maven

Add the following com.mxpio : mxpio-boot-base-filestorage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mxpio</groupId>
    <artifactId>mxpio-boot-base-filestorage</artifactId>
    <version>1.0.12-beta.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mxpio : mxpio-boot-base-filestorage gradle dependency to your build.gradle file:

implementation 'com.mxpio:mxpio-boot-base-filestorage:1.0.12-beta.8'

Gradle Kotlin DSL: Add the following com.mxpio : mxpio-boot-base-filestorage gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mxpio:mxpio-boot-base-filestorage:1.0.12-beta.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mxpio : mxpio-boot-base-filestorage sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mxpio" % "mxpio-boot-base-filestorage" % "1.0.12-beta.8"

Advertisement