MVN

com.mistplay : hex

Maven & Gradle

Aug 23, 2023

hex · Hex Android SDK

<dependency>
    <groupId>com.mistplay</groupId>
    <artifactId>hex</artifactId>
    <version>1.3.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mistplay : hex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.16

All Versions

Choose a version of com.mistplay : hex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
hex-1.4.4
hex-1.4.3
hex-1.4.2
hex-1.4.1
hex-1.4.0
1.3.x
hex-1.3.16
hex-1.3.15
hex-1.3.14
hex-1.3.13
hex-1.3.12
hex-1.3.11
hex-1.3.10
hex-1.3.9
hex-1.3.8
hex-1.3.7
hex-1.3.6
hex-1.3.5
hex-1.3.4
hex-1.3.3
hex-1.3.2
hex-1.3.1
hex-1.3.0
1.2.x
hex-1.2.9
hex-1.2.8
hex-1.2.7
hex-1.2.6
hex-1.2.5
hex-1.2.4
hex-1.2.3
hex-1.2.2
hex-1.2.1
hex-1.2.0
0.0.x
hex-0.0.10
hex-0.0.9
hex-0.0.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mistplay</groupId>
    <artifactId>hex</artifactId>
    <version>1.3.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mistplay : hex gradle dependency to your build.gradle file:

implementation 'com.mistplay:hex:1.3.16'

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

implementation("com.mistplay:hex:1.3.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mistplay : hex sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mistplay" % "hex" % "1.3.16"