is not current version
Last Version 1.0.7

com.gitee.mrxiao746:xx 1.0.2

xiaoxian jar for easy programing

GroupId

GroupId

com.gitee.mrxiao746
ArtifactId

ArtifactId

xx
Version

Version

1.0.2
Type

Type

jar

Download xx 1.0.2


<!-- https://jarcasting.com/artifacts/com.gitee.mrxiao746/xx/ -->
<dependency>
    <groupId>com.gitee.mrxiao746</groupId>
    <artifactId>xx</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.mrxiao746/xx/
implementation 'com.gitee.mrxiao746:xx:1.0.2'
// https://jarcasting.com/artifacts/com.gitee.mrxiao746/xx/
implementation ("com.gitee.mrxiao746:xx:1.0.2")
'com.gitee.mrxiao746:xx:jar:1.0.2'
<dependency org="com.gitee.mrxiao746" name="xx" rev="1.0.2">
  <artifact name="xx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.mrxiao746', module='xx', version='1.0.2')
)
libraryDependencies += "com.gitee.mrxiao746" % "xx" % "1.0.2"
[com.gitee.mrxiao746/xx "1.0.2"]