| GroupId | GroupIdcom.gitee.liuzhihai520 |
|---|---|
| ArtifactId | ArtifactIdxutils |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xutils-1.1.pom | |
| xutils-1.1.jar | 166 KB |
| xutils-1.1-sources.jar | 119 KB |
| xutils-1.1-javadoc.jar | 728 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.liuzhihai520/xutils/ -->
<dependency>
<groupId>com.gitee.liuzhihai520</groupId>
<artifactId>xutils</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.liuzhihai520/xutils/
implementation 'com.gitee.liuzhihai520:xutils:1.1'
// https://jarcasting.com/artifacts/com.gitee.liuzhihai520/xutils/
implementation ("com.gitee.liuzhihai520:xutils:1.1")
'com.gitee.liuzhihai520:xutils:jar:1.1'
<dependency org="com.gitee.liuzhihai520" name="xutils" rev="1.1">
<artifact name="xutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.liuzhihai520', module='xutils', version='1.1')
)
libraryDependencies += "com.gitee.liuzhihai520" % "xutils" % "1.1"
[com.gitee.liuzhihai520/xutils "1.1"]