MVN

com.github.yujiaao : c-tablegen-demo

Maven & Gradle

Aug 11, 2021
<dependency>
    <groupId>com.github.yujiaao</groupId>
    <artifactId>c-tablegen-demo</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.4
  • Latest Release Candidate: 1.1.0-RC1

All Versions

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

Version Vulnerabilities Updated
1.6.x
c-tablegen-demo-1.6.4
c-tablegen-demo-1.6.3
c-tablegen-demo-1.6.2
c-tablegen-demo-1.6.1
1.5.x
c-tablegen-demo-1.5.4
c-tablegen-demo-1.5.3
c-tablegen-demo-1.5.2.5
c-tablegen-demo-1.5.2
c-tablegen-demo-1.5.1
c-tablegen-demo-1.5.0
1.4.x
c-tablegen-demo-1.4.2
c-tablegen-demo-1.4.1
c-tablegen-demo-1.4.0
1.3.x
c-tablegen-demo-1.3.11
c-tablegen-demo-1.3.10
c-tablegen-demo-1.3.9
c-tablegen-demo-1.3.8
c-tablegen-demo-1.3.7
c-tablegen-demo-1.3.6
c-tablegen-demo-1.3.3
c-tablegen-demo-1.3.2
c-tablegen-demo-1.3.1
c-tablegen-demo-1.3.0
1.2.x
c-tablegen-demo-1.2.4
c-tablegen-demo-1.2.3
c-tablegen-demo-1.2.2
c-tablegen-demo-1.2.1
c-tablegen-demo-1.2.0
1.1.x
c-tablegen-demo-1.1.15
c-tablegen-demo-1.1.14
c-tablegen-demo-1.1.13
c-tablegen-demo-1.1.12
c-tablegen-demo-1.1.11
c-tablegen-demo-1.1.10
c-tablegen-demo-1.1.9
c-tablegen-demo-1.1.8
c-tablegen-demo-1.1.7
c-tablegen-demo-1.1.6
c-tablegen-demo-1.1.5
c-tablegen-demo-1.1.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yujiaao</groupId>
    <artifactId>c-tablegen-demo</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.yujiaao:c-tablegen-demo:1.6.4'

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

implementation("com.github.yujiaao:c-tablegen-demo:1.6.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.yujiaao" % "c-tablegen-demo" % "1.6.4"

Advertisement