MVN

com.github.yujiaao : tablegen

Maven & Gradle

Aug 20, 2023
1 usages
<dependency>
    <groupId>com.github.yujiaao</groupId>
    <artifactId>tablegen</artifactId>
    <version>1.14.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yujiaao : tablegen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.6.7
  • Latest Release Candidate: 1.0.1-RC9

All Versions

Choose a version of com.github.yujiaao : tablegen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
tablegen-1.14.6.7
tablegen-1.14.6.6
tablegen-1.14.6.2
tablegen-1.14.5
tablegen-1.14.4
tablegen-1.14.3
tablegen-1.14.0
1.13.x
tablegen-1.13.9.7
tablegen-1.13.9.4
tablegen-1.13.8.10
tablegen-1.13.8.9
tablegen-1.13.8.2
tablegen-1.13.8.1
tablegen-1.13.3.0
tablegen-1.13.2.9
tablegen-1.13.2.4
1.12.x
tablegen-1.12.2.0
tablegen-1.12.1.7
tablegen-1.12.0
1.11.x
tablegen-1.11.3.7
tablegen-1.11.3.6
tablegen-1.11.3.5
tablegen-1.11.3.4
tablegen-1.11.3.3
tablegen-1.11.3.2
tablegen-1.11.3.1
tablegen-1.11.3
tablegen-1.11.2.3
tablegen-1.11.2
1.10.x
tablegen-1.10.0.10
tablegen-1.10.0.9
tablegen-1.10.0.8
tablegen-1.10.0.7
tablegen-1.10.0.5
tablegen-1.10.0
1.8.x
tablegen-1.8.1.1
tablegen-1.8.0.8
tablegen-1.8.0.7
tablegen-1.8.0.5
tablegen-1.8.0
1.7.x
tablegen-1.7.8.3
tablegen-1.7.8
tablegen-1.7.7
tablegen-1.7.6
tablegen-1.7.5
tablegen-1.7.4
tablegen-1.7.3.1
tablegen-1.7.2.2
tablegen-1.7.2
tablegen-1.7.1
tablegen-1.7.0.5
tablegen-1.7.0
1.6.x
tablegen-1.6.4
tablegen-1.6.3
tablegen-1.6.2
tablegen-1.6.1
1.5.x
tablegen-1.5.4
tablegen-1.5.3
tablegen-1.5.2.5
tablegen-1.5.2
tablegen-1.5.1
1.4.x
tablegen-1.4.2
tablegen-1.4.1
tablegen-1.4.0
1.3.x
tablegen-1.3.11
tablegen-1.3.10
tablegen-1.3.9
tablegen-1.3.8
tablegen-1.3.7
tablegen-1.3.6
tablegen-1.3.3
tablegen-1.3.2
tablegen-1.3.1
tablegen-1.3.0
1.2.x
tablegen-1.2.4
tablegen-1.2.3
tablegen-1.2.2
tablegen-1.2.1
tablegen-1.2.0
1.1.x
tablegen-1.1.15
tablegen-1.1.14
tablegen-1.1.13
tablegen-1.1.12
tablegen-1.1.11
tablegen-1.1.10
tablegen-1.1.9
tablegen-1.1.8
tablegen-1.1.7
tablegen-1.1.6
tablegen-1.1.5
1.0.x
tablegen-1.0.2
tablegen-1.0.1
tablegen-1.0.1-M1
tablegen-1.0.1-RC9
tablegen-1.0.1-RC8
tablegen-1.0.1-RC6
tablegen-1.0.1-RC5
tablegen-1.0.1-RC4
tablegen-1.0.1-RC3
tablegen-1.0.1-RC1
tablegen-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yujiaao</groupId>
    <artifactId>tablegen</artifactId>
    <version>1.14.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yujiaao : tablegen gradle dependency to your build.gradle file:

implementation 'com.github.yujiaao:tablegen:1.14.6.7'

Gradle Kotlin DSL: Add the following com.github.yujiaao : tablegen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yujiaao:tablegen:1.14.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yujiaao : tablegen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yujiaao" % "tablegen" % "1.14.6.7"

Advertisement