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