MVN

cn.sowjz : souwen

Maven & Gradle

Jul 03, 2023
0 stars

souwen java api · souwen java api

<dependency>
    <groupId>cn.sowjz</groupId>
    <artifactId>souwen</artifactId>
    <version>1.2.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.sowjz : souwen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.01

All Versions

Choose a version of cn.sowjz : souwen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
souwen-1.2.01
1.1.x
souwen-1.1.50
souwen-1.1.43

How to add a dependency to Maven

Add the following cn.sowjz : souwen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.sowjz</groupId>
    <artifactId>souwen</artifactId>
    <version>1.2.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.sowjz : souwen gradle dependency to your build.gradle file:

implementation 'cn.sowjz:souwen:1.2.01'

Gradle Kotlin DSL: Add the following cn.sowjz : souwen gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.sowjz:souwen:1.2.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.sowjz : souwen sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.sowjz" % "souwen" % "1.2.01"

Advertisement