MVN

cn.lonelysnow : snow-framework-common

Maven & Gradle

May 18, 2023
<dependency>
    <groupId>cn.lonelysnow</groupId>
    <artifactId>snow-framework-common</artifactId>
    <version>2.7.8.S2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.lonelysnow : snow-framework-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.8.S2

All Versions

Choose a version of cn.lonelysnow : snow-framework-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
snow-framework-common-2.7.8.S2
snow-framework-common-2.7.8.S1

How to add a dependency to Maven

Add the following cn.lonelysnow : snow-framework-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.lonelysnow</groupId>
    <artifactId>snow-framework-common</artifactId>
    <version>2.7.8.S2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.lonelysnow : snow-framework-common gradle dependency to your build.gradle file:

implementation 'cn.lonelysnow:snow-framework-common:2.7.8.S2'

Gradle Kotlin DSL: Add the following cn.lonelysnow : snow-framework-common gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.lonelysnow:snow-framework-common:2.7.8.S2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.lonelysnow : snow-framework-common sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.lonelysnow" % "snow-framework-common" % "2.7.8.S2"