MVN

coffee.cypher : hexbound

Maven & Gradle

Jul 06, 2023
0 stars

Hexbound · Addon for Hexcasting adding programmable Constructs and more

<dependency>
    <groupId>coffee.cypher</groupId>
    <artifactId>hexbound</artifactId>
    <version>0.1.4+1.19.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of coffee.cypher : hexbound to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4+1.19.2
  • Latest Beta: 0.1.0-beta.3+1.19.2

All Versions

Choose a version of coffee.cypher : hexbound to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
hexbound-0.1.4+1.19.2
hexbound-0.1.3+1.19.2
hexbound-0.1.2+1.19.2
hexbound-0.1.1+1.19.2
hexbound-0.1.0+1.19.2
hexbound-0.1.0-beta.3+1.19.2
hexbound-0.1.0-beta.2+1.19.2
hexbound-0.1.0-beta.1+1.19.2

How to add a dependency to Maven

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

<dependency>
    <groupId>coffee.cypher</groupId>
    <artifactId>hexbound</artifactId>
    <version>0.1.4+1.19.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following coffee.cypher : hexbound gradle dependency to your build.gradle file:

implementation 'coffee.cypher:hexbound:0.1.4+1.19.2'

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

implementation("coffee.cypher:hexbound:0.1.4+1.19.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following coffee.cypher : hexbound sbt scala dependency to your build.sbt file:

libraryDependencies += "coffee.cypher" % "hexbound" % "0.1.4+1.19.2"