MVN

dev.iaiabot.maze : mazeEntity

Maven & Gradle

Aug 01, 2022
0 stars

mazeEntity · maze generator/resolver

<dependency>
    <groupId>dev.iaiabot.maze</groupId>
    <artifactId>mazeEntity</artifactId>
    <version>20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.iaiabot.maze : mazeEntity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.0

All Versions

Choose a version of dev.iaiabot.maze : mazeEntity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.0
mazeEntity-20.0
19.0
mazeEntity-19.0
18.1
mazeEntity-18.1
18.0
mazeEntity-18.0
17.0
mazeEntity-17.0
16.0
mazeEntity-16.0
15.0
mazeEntity-15.0
14.0
mazeEntity-14.0
13.0
mazeEntity-13.0
12.0
mazeEntity-12.0
11.0
mazeEntity-11.0
10.0
mazeEntity-10.0
9.0
mazeEntity-9.0
8.0
mazeEntity-8.0
7.0
mazeEntity-7.0
6.0
mazeEntity-6.0
5.0
mazeEntity-5.0
4.0
mazeEntity-4.0
3.0
mazeEntity-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.iaiabot.maze</groupId>
    <artifactId>mazeEntity</artifactId>
    <version>20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.iaiabot.maze : mazeEntity gradle dependency to your build.gradle file:

implementation 'dev.iaiabot.maze:mazeEntity:20.0'

Gradle Kotlin DSL: Add the following dev.iaiabot.maze : mazeEntity gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.iaiabot.maze:mazeEntity:20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.iaiabot.maze : mazeEntity sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.iaiabot.maze" % "mazeEntity" % "20.0"

Advertisement