MVN

dev.hcf.ball : ball-game

Maven & Gradle

Jul 20, 2023
0 stars

dev.hcf.ball:ball-game · Game Applications and Utilities

<dependency>
    <groupId>dev.hcf.ball</groupId>
    <artifactId>ball-game</artifactId>
    <version>3.0.12.20230720</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hcf.ball : ball-game to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.12.20230720

All Versions

Choose a version of dev.hcf.ball : ball-game to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ball-game-3.0.12.20230720
ball-game-3.0.11.20230715
ball-game-3.0.10.20230520
ball-game-3.0.9.20230424
ball-game-3.0.8.20230325
ball-game-3.0.7.20230305
ball-game-3.0.6.20230201
ball-game-3.0.5.20221231
ball-game-3.0.4.20221214
ball-game-3.0.3.20221024

How to add a dependency to Maven

Add the following dev.hcf.ball : ball-game maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.hcf.ball</groupId>
    <artifactId>ball-game</artifactId>
    <version>3.0.12.20230720</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hcf.ball : ball-game gradle dependency to your build.gradle file:

implementation 'dev.hcf.ball:ball-game:3.0.12.20230720'

Gradle Kotlin DSL: Add the following dev.hcf.ball : ball-game gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hcf.ball:ball-game:3.0.12.20230720")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hcf.ball : ball-game sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hcf.ball" % "ball-game" % "3.0.12.20230720"

Advertisement