MVN

cn.lonelysnow : snow-framework-annotation

Maven & Gradle

May 29, 2023
<dependency>
    <groupId>cn.lonelysnow</groupId>
    <artifactId>snow-framework-annotation</artifactId>
    <version>2.7.12.S1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.7.12.S1

All Versions

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

Version Vulnerabilities Updated
2.7.x
snow-framework-annotation-2.7.12.S1
snow-framework-annotation-2.7.8.S3
snow-framework-annotation-2.7.8.S2
snow-framework-annotation-2.7.8.S1

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.lonelysnow</groupId>
    <artifactId>snow-framework-annotation</artifactId>
    <version>2.7.12.S1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.lonelysnow:snow-framework-annotation:2.7.12.S1'

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

implementation("cn.lonelysnow:snow-framework-annotation:2.7.12.S1")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.lonelysnow" % "snow-framework-annotation" % "2.7.12.S1"