MVN

cn.bee-cloud : beecloud-parser

Maven & Gradle

Aug 13, 2023

beecloudDOM解析

<dependency>
    <groupId>cn.bee-cloud</groupId>
    <artifactId>beecloud-parser</artifactId>
    <version>6.1.13f</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.bee-cloud : beecloud-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.13f

All Versions

Choose a version of cn.bee-cloud : beecloud-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
beecloud-parser-6.1.13f
beecloud-parser-6.1.13e

How to add a dependency to Maven

Add the following cn.bee-cloud : beecloud-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.bee-cloud</groupId>
    <artifactId>beecloud-parser</artifactId>
    <version>6.1.13f</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.bee-cloud : beecloud-parser gradle dependency to your build.gradle file:

implementation 'cn.bee-cloud:beecloud-parser:6.1.13f'

Gradle Kotlin DSL: Add the following cn.bee-cloud : beecloud-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.bee-cloud:beecloud-parser:6.1.13f")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.bee-cloud : beecloud-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.bee-cloud" % "beecloud-parser" % "6.1.13f"

Advertisement