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