MVN

com.github.qq275860560 : github-qq275860560-common

Maven & Gradle

May 20, 2020
4 stars

github-qq275860560-common · github-qq275860560-common

<dependency>
    <groupId>com.github.qq275860560</groupId>
    <artifactId>github-qq275860560-common</artifactId>
    <version>20200518</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20200518

All Versions

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

Version Vulnerabilities Updated
201905061822
github-qq275860560-common-201905061822
2019102914
github-qq275860560-common-2019102914
2019102908
github-qq275860560-common-2019102908
2019102817
github-qq275860560-common-2019102817
2019061518
github-qq275860560-common-2019061518
2019061517
github-qq275860560-common-2019061517
2019061516
github-qq275860560-common-2019061516
2019051614
github-qq275860560-common-2019051614
20200518
github-qq275860560-common-20200518
20200401
github-qq275860560-common-20200401
20200113
github-qq275860560-common-20200113
20200107
github-qq275860560-common-20200107
20191112
github-qq275860560-common-20191112
20191029
github-qq275860560-common-20191029
20191028
github-qq275860560-common-20191028
20191025
github-qq275860560-common-20191025
20190918
github-qq275860560-common-20190918
20190621
github-qq275860560-common-20190621
20190620
github-qq275860560-common-20190620
20190618
github-qq275860560-common-20190618
20190617
github-qq275860560-common-20190617
20190616
github-qq275860560-common-20190616
20190613
github-qq275860560-common-20190613
20190610
github-qq275860560-common-20190610
20190523
github-qq275860560-common-20190523
20190518
github-qq275860560-common-20190518
20190517
github-qq275860560-common-20190517
20190516
github-qq275860560-common-20190516
20190515
github-qq275860560-common-20190515
20190508
github-qq275860560-common-20190508

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.qq275860560</groupId>
    <artifactId>github-qq275860560-common</artifactId>
    <version>20200518</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.qq275860560:github-qq275860560-common:20200518'

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

implementation("com.github.qq275860560:github-qq275860560-common:20200518")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.qq275860560" % "github-qq275860560-common" % "20200518"