GroupId | GroupIdcom.github.yujiaao |
---|---|
ArtifactId | ArtifactIdc-tablegen-demo |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
c-tablegen-demo-1.1.5.pom | |
c-tablegen-demo-1.1.5.jar | 8 KB |
c-tablegen-demo-1.1.5-sources.jar | 5 KB |
c-tablegen-demo-1.1.5-javadoc.jar | 165 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.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yujiaao/c-tablegen-demo/
implementation 'com.github.yujiaao:c-tablegen-demo:1.1.5'
// https://jarcasting.com/artifacts/com.github.yujiaao/c-tablegen-demo/
implementation ("com.github.yujiaao:c-tablegen-demo:1.1.5")
'com.github.yujiaao:c-tablegen-demo:jar:1.1.5'
<dependency org="com.github.yujiaao" name="c-tablegen-demo" rev="1.1.5">
<artifact name="c-tablegen-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yujiaao', module='c-tablegen-demo', version='1.1.5')
)
libraryDependencies += "com.github.yujiaao" % "c-tablegen-demo" % "1.1.5"
[com.github.yujiaao/c-tablegen-demo "1.1.5"]