MVN

cc.cc4414 : cc-spring-sys-server

Maven & Gradle

Aug 18, 2021
2 usages
8 stars
<dependency>
    <groupId>cc.cc4414</groupId>
    <artifactId>cc-spring-sys-server</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.cc4414 : cc-spring-sys-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of cc.cc4414 : cc-spring-sys-server to add to Maven or Gradle - All Versions:

  • Version Updated
  • cc-spring-sys-server-0.8.0

    Aug 18, 2021
  • cc-spring-sys-server-0.7.0

    Mar 25, 2020
  • cc-spring-sys-server-0.6.0

    Dec 21, 2019
  • cc-spring-sys-server-0.5.2

    Nov 30, 2019
  • cc-spring-sys-server-0.5.1

    Nov 30, 2019
  • cc-spring-sys-server-0.5.0

    Nov 24, 2019
  • cc-spring-sys-server-0.4.0

    Nov 19, 2019

How to add a dependency to Maven

Add the following cc.cc4414 : cc-spring-sys-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.cc4414</groupId>
    <artifactId>cc-spring-sys-server</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.cc4414 : cc-spring-sys-server gradle dependency to your build.gradle file:

implementation 'cc.cc4414:cc-spring-sys-server:0.8.0'

Gradle Kotlin DSL: Add the following cc.cc4414 : cc-spring-sys-server gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.cc4414:cc-spring-sys-server:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.cc4414 : cc-spring-sys-server sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.cc4414" % "cc-spring-sys-server" % "0.8.0"