MVN

io.choerodon : choerodon-starter-base

Maven & Gradle

Sep 17, 2019
8 usages
68.1k stars
<dependency>
    <groupId>io.choerodon</groupId>
    <artifactId>choerodon-starter-base</artifactId>
    <version>0.12.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.choerodon : choerodon-starter-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.0.RELEASE

All Versions

Choose a version of io.choerodon : choerodon-starter-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
choerodon-starter-base-0.12.0.RELEASE
0.11.x
choerodon-starter-base-0.11.1.RELEASE
choerodon-starter-base-0.11.0.RELEASE

How to add a dependency to Maven

Add the following io.choerodon : choerodon-starter-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.choerodon</groupId>
    <artifactId>choerodon-starter-base</artifactId>
    <version>0.12.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.choerodon : choerodon-starter-base gradle dependency to your build.gradle file:

implementation 'io.choerodon:choerodon-starter-base:0.12.0.RELEASE'

Gradle Kotlin DSL: Add the following io.choerodon : choerodon-starter-base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.choerodon:choerodon-starter-base:0.12.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.choerodon : choerodon-starter-base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.choerodon" % "choerodon-starter-base" % "0.12.0.RELEASE"

Advertisement