is not current version
Last Version 1.0.1-RELEASE

com.bnyte:xutils 1.0.0-RELEASE

开发过程中常用的工具

GroupId

GroupId

com.bnyte
ArtifactId

ArtifactId

xutils
Version

Version

1.0.0-RELEASE
Type

Type

pom

Download xutils 1.0.0-RELEASE

Filename Size
xutils-1.0.0-RELEASE.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.bnyte/xutils/ -->
<dependency>
    <groupId>com.bnyte</groupId>
    <artifactId>xutils</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bnyte/xutils/
implementation 'com.bnyte:xutils:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.bnyte/xutils/
implementation ("com.bnyte:xutils:1.0.0-RELEASE")
'com.bnyte:xutils:pom:1.0.0-RELEASE'
<dependency org="com.bnyte" name="xutils" rev="1.0.0-RELEASE">
  <artifact name="xutils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bnyte', module='xutils', version='1.0.0-RELEASE')
)
libraryDependencies += "com.bnyte" % "xutils" % "1.0.0-RELEASE"
[com.bnyte/xutils "1.0.0-RELEASE"]