MVN

com.up1234567 : unistar-springcloud

Maven & Gradle

Mar 23, 2021
1 usages
<dependency>
    <groupId>com.up1234567</groupId>
    <artifactId>unistar-springcloud</artifactId>
    <version>1.1.RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.up1234567 : unistar-springcloud to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.RC
  • Latest Release Candidate: 1.1.RC

All Versions

Choose a version of com.up1234567 : unistar-springcloud to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
unistar-springcloud-1.1.RC
1.0.x
unistar-springcloud-1.0.RC

How to add a dependency to Maven

Add the following com.up1234567 : unistar-springcloud maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.up1234567</groupId>
    <artifactId>unistar-springcloud</artifactId>
    <version>1.1.RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.up1234567 : unistar-springcloud gradle dependency to your build.gradle file:

implementation 'com.up1234567:unistar-springcloud:1.1.RC'

Gradle Kotlin DSL: Add the following com.up1234567 : unistar-springcloud gradle kotlin dependency to your build.gradle.kts file:

implementation("com.up1234567:unistar-springcloud:1.1.RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.up1234567 : unistar-springcloud sbt scala dependency to your build.sbt file:

libraryDependencies += "com.up1234567" % "unistar-springcloud" % "1.1.RC"