x

xuni

开发过程中常用的工具类、util、解决方案等
https://github.com/bnyte/xuni
MIT License
bnyte
Files download
File Operation
xuni-1.0.3.jar download
xuni-1.0.3.pom download
xuni-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bnyte</groupId>
  <artifactId>xuni</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.bnyte:xuni:1.0.3'
Gradle Kotlin
implementation("com.bnyte:xuni:1.0.3")
Scala SBT
libraryDependencies += "com.bnyte" % "xuni" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.bnyte', module='xuni', version='1.0.3')
)
Apache Ivy
<dependency org="com.bnyte" name="xuni" rev="1.0.3" />
Leiningen
[com.bnyte/xuni "1.0.3"]
Apache Buildr
'com.bnyte:xuni:jar:1.0.3'
Dependencies
The project has no third-party dependencies