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