MVN

com.github.siwenyan : common

Maven & Gradle

Sep 01, 2020
4 usages

common · Si Wenyan common

<dependency>
    <groupId>com.github.siwenyan</groupId>
    <artifactId>common</artifactId>
    <version>1.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.siwenyan : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.25

All Versions

Choose a version of com.github.siwenyan : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.25
common-1.25
1.24
common-1.24
1.23
common-1.23
1.22
common-1.22
1.21
common-1.21
1.20
common-1.20
1.19
common-1.19
1.18
common-1.18
1.17
common-1.17
1.16
common-1.16
1.15
common-1.15
1.14
common-1.14
1.13
common-1.13
1.12
common-1.12
1.11
common-1.11
1.10
common-1.10
1.9
common-1.9
1.8
common-1.8
1.7
common-1.7
1.6
common-1.6
1.5
common-1.5
1.4
common-1.4
1.3
common-1.3
1.2
common-1.2
1.1
common-1.1
1.0
common-1.0

How to add a dependency to Maven

Add the following com.github.siwenyan : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.siwenyan</groupId>
    <artifactId>common</artifactId>
    <version>1.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.siwenyan : common gradle dependency to your build.gradle file:

implementation 'com.github.siwenyan:common:1.25'

Gradle Kotlin DSL: Add the following com.github.siwenyan : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.siwenyan:common:1.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.siwenyan : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.siwenyan" % "common" % "1.25"

Advertisement