| GroupId | GroupIdcom.github.yujiaao |
|---|---|
| ArtifactId | ArtifactIdtablegen |
| Version | Version1.3.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tablegen-1.3.7.pom | |
| tablegen-1.3.7.jar | 137 KB |
| tablegen-1.3.7-sources.jar | 89 KB |
| tablegen-1.3.7-javadoc.jar | 487 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yujiaao/tablegen/ -->
<dependency>
<groupId>com.github.yujiaao</groupId>
<artifactId>tablegen</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yujiaao/tablegen/
implementation 'com.github.yujiaao:tablegen:1.3.7'
// https://jarcasting.com/artifacts/com.github.yujiaao/tablegen/
implementation ("com.github.yujiaao:tablegen:1.3.7")
'com.github.yujiaao:tablegen:jar:1.3.7'
<dependency org="com.github.yujiaao" name="tablegen" rev="1.3.7">
<artifact name="tablegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yujiaao', module='tablegen', version='1.3.7')
)
libraryDependencies += "com.github.yujiaao" % "tablegen" % "1.3.7"
[com.github.yujiaao/tablegen "1.3.7"]