GroupId | GroupIdcom.github.yydzxz |
---|---|
ArtifactId | ArtifactIdbytedance-open |
Version | Version1.0.14.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yydzxz/bytedance-open/ -->
<dependency>
<groupId>com.github.yydzxz</groupId>
<artifactId>bytedance-open</artifactId>
<version>1.0.14.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yydzxz/bytedance-open/
implementation 'com.github.yydzxz:bytedance-open:1.0.14.RELEASE'
// https://jarcasting.com/artifacts/com.github.yydzxz/bytedance-open/
implementation ("com.github.yydzxz:bytedance-open:1.0.14.RELEASE")
'com.github.yydzxz:bytedance-open:jar:1.0.14.RELEASE'
<dependency org="com.github.yydzxz" name="bytedance-open" rev="1.0.14.RELEASE">
<artifact name="bytedance-open" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yydzxz', module='bytedance-open', version='1.0.14.RELEASE')
)
libraryDependencies += "com.github.yydzxz" % "bytedance-open" % "1.0.14.RELEASE"
[com.github.yydzxz/bytedance-open "1.0.14.RELEASE"]