MVN

com.dream-platform : dream-platform-free-common-code

Maven & Gradle

Jun 10, 2022

dream-platform-free-common-code · 核心和通用代码

<dependency>
    <groupId>com.dream-platform</groupId>
    <artifactId>dream-platform-free-common-code</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dream-platform : dream-platform-free-common-code to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RELEASE

All Versions

Choose a version of com.dream-platform : dream-platform-free-common-code to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dream-platform-free-common-code-1.0.0-RELEASE

How to add a dependency to Maven

Add the following com.dream-platform : dream-platform-free-common-code maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dream-platform</groupId>
    <artifactId>dream-platform-free-common-code</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dream-platform : dream-platform-free-common-code gradle dependency to your build.gradle file:

implementation 'com.dream-platform:dream-platform-free-common-code:1.0.0-RELEASE'

Gradle Kotlin DSL: Add the following com.dream-platform : dream-platform-free-common-code gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dream-platform:dream-platform-free-common-code:1.0.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dream-platform : dream-platform-free-common-code sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dream-platform" % "dream-platform-free-common-code" % "1.0.0-RELEASE"