| GroupId | GroupIdcom.github.yujiaao |
|---|---|
| ArtifactId | ArtifactIdtablegen |
| Version | Version1.7.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tablegen-1.7.2.pom | |
| tablegen-1.7.2.jar | 147 KB |
| tablegen-1.7.2-sources.jar | 96 KB |
| tablegen-1.7.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yujiaao/tablegen/
implementation 'com.github.yujiaao:tablegen:1.7.2'
// https://jarcasting.com/artifacts/com.github.yujiaao/tablegen/
implementation ("com.github.yujiaao:tablegen:1.7.2")
'com.github.yujiaao:tablegen:jar:1.7.2'
<dependency org="com.github.yujiaao" name="tablegen" rev="1.7.2">
<artifact name="tablegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yujiaao', module='tablegen', version='1.7.2')
)
libraryDependencies += "com.github.yujiaao" % "tablegen" % "1.7.2"
[com.github.yujiaao/tablegen "1.7.2"]