Categories |
CategoriesData |
---|---|
GroupId | GroupIdtop.zenyoung |
ArtifactId | ArtifactIdzenyoung-data-common |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.zenyoung/zenyoung-data-common/ -->
<dependency>
<groupId>top.zenyoung</groupId>
<artifactId>zenyoung-data-common</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-data-common/
implementation 'top.zenyoung:zenyoung-data-common:1.0.6'
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-data-common/
implementation ("top.zenyoung:zenyoung-data-common:1.0.6")
'top.zenyoung:zenyoung-data-common:jar:1.0.6'
<dependency org="top.zenyoung" name="zenyoung-data-common" rev="1.0.6">
<artifact name="zenyoung-data-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.zenyoung', module='zenyoung-data-common', version='1.0.6')
)
libraryDependencies += "top.zenyoung" % "zenyoung-data-common" % "1.0.6"
[top.zenyoung/zenyoung-data-common "1.0.6"]