MVN

cn.mangowork : mango-core

Maven & Gradle

Nov 16, 2018
0 stars

mango-core · 基本工具的开发

<dependency>
    <groupId>cn.mangowork</groupId>
    <artifactId>mango-core</artifactId>
    <version>1.0.5-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.mangowork : mango-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5-release

All Versions

Choose a version of cn.mangowork : mango-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mango-core-1.0.5-release
mango-core-1.0.4-release
mango-core-1.0.3-release
mango-core-1.0.2-release

How to add a dependency to Maven

Add the following cn.mangowork : mango-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.mangowork</groupId>
    <artifactId>mango-core</artifactId>
    <version>1.0.5-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.mangowork : mango-core gradle dependency to your build.gradle file:

implementation 'cn.mangowork:mango-core:1.0.5-release'

Gradle Kotlin DSL: Add the following cn.mangowork : mango-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.mangowork:mango-core:1.0.5-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.mangowork : mango-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.mangowork" % "mango-core" % "1.0.5-release"

Advertisement