MVN

cn.godmao : poker

Maven & Gradle

Jul 15, 2023

_poker_

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>poker</artifactId>
    <version>1.1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.godmao : poker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4.3

All Versions

Choose a version of cn.godmao : poker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
poker-2.3.1.3
poker-2.3.1.2
poker-2.3.1.1
poker-2.3.1
1.1.x
poker-1.1.4.3
poker-1.1.4.2
poker-1.1.4.1
poker-1.1.4
poker-1.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>poker</artifactId>
    <version>1.1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.godmao : poker gradle dependency to your build.gradle file:

implementation 'cn.godmao:poker:1.1.4.3'

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

implementation("cn.godmao:poker:1.1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.godmao : poker sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.godmao" % "poker" % "1.1.4.3"

Advertisement