MVN

magicGball : magicGball

Maven & Gradle

Oct 05, 2005

The Magic G Ball

<dependency>
    <groupId>magicGball</groupId>
    <artifactId>magicGball</artifactId>
    <version>0.01234-alpha0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of magicGball : magicGball to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.01234-alpha0
  • Latest Alpha: 0.01234-alpha0

All Versions

Choose a version of magicGball : magicGball to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.01234
magicGball-0.01234-alpha0

How to add a dependency to Maven

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

<dependency>
    <groupId>magicGball</groupId>
    <artifactId>magicGball</artifactId>
    <version>0.01234-alpha0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following magicGball : magicGball gradle dependency to your build.gradle file:

implementation 'magicGball:magicGball:0.01234-alpha0'

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

implementation("magicGball:magicGball:0.01234-alpha0")

How to add a dependency to SBT Scala

SBT Scala: Add the following magicGball : magicGball sbt scala dependency to your build.sbt file:

libraryDependencies += "magicGball" % "magicGball" % "0.01234-alpha0"

Advertisement