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