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