MVN

dev.creoii.creoapi : creo-convention-tags

Maven & Gradle

Jan 09, 2024
4 stars

Creo Convention Tags · Many new tags bringing easy functionality to blocks, items, entity types, biomes, and more.

<dependency>
    <groupId>dev.creoii.creoapi</groupId>
    <artifactId>creo-convention-tags</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.creoii.creoapi : creo-convention-tags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of dev.creoii.creoapi : creo-convention-tags to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
creo-convention-tags-0.2.1
creo-convention-tags-0.2.0

How to add a dependency to Maven

Add the following dev.creoii.creoapi : creo-convention-tags maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.creoii.creoapi</groupId>
    <artifactId>creo-convention-tags</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.creoii.creoapi : creo-convention-tags gradle dependency to your build.gradle file:

implementation 'dev.creoii.creoapi:creo-convention-tags:0.2.1'

Gradle Kotlin DSL: Add the following dev.creoii.creoapi : creo-convention-tags gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.creoii.creoapi:creo-convention-tags:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.creoii.creoapi : creo-convention-tags sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.creoii.creoapi" % "creo-convention-tags" % "0.2.1"