MVN

io.github.qiunet : Entity2Table

Maven & Gradle

Sep 29, 2022
<dependency>
    <groupId>io.github.qiunet</groupId>
    <artifactId>Entity2Table</artifactId>
    <version>7.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.qiunet : Entity2Table to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.5

All Versions

Choose a version of io.github.qiunet : Entity2Table to add to Maven or Gradle - All Versions:

  • Version Updated
  • Entity2Table-7.0.5

    Sep 29, 2022
  • Entity2Table-7.0.4

    Sep 28, 2022
  • Entity2Table-7.0.3

    Sep 18, 2022

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.qiunet</groupId>
    <artifactId>Entity2Table</artifactId>
    <version>7.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.qiunet : Entity2Table gradle dependency to your build.gradle file:

implementation 'io.github.qiunet:Entity2Table:7.0.5'

Gradle Kotlin DSL: Add the following io.github.qiunet : Entity2Table gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.qiunet:Entity2Table:7.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.qiunet : Entity2Table sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.qiunet" % "Entity2Table" % "7.0.5"