l

libcommon-uuid

A set of some common useful libraries.
https://github.com/fmjsjx/libcommon
MIT License
MJ Fang
Files download
File Operation
libcommon-uuid-3.8.0.jar download
libcommon-uuid-3.8.0.pom download
libcommon-uuid-3.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fmjsjx</groupId>
  <artifactId>libcommon-uuid</artifactId>
  <version>3.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.fmjsjx:libcommon-uuid:3.8.0'
Gradle Kotlin
implementation("com.github.fmjsjx:libcommon-uuid:3.8.0")
Scala SBT
libraryDependencies += "com.github.fmjsjx" % "libcommon-uuid" % "3.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fmjsjx', module='libcommon-uuid', version='3.8.0')
)
Apache Ivy
<dependency org="com.github.fmjsjx" name="libcommon-uuid" rev="3.8.0" />
Leiningen
[com.github.fmjsjx/libcommon-uuid "3.8.0"]
Apache Buildr
'com.github.fmjsjx:libcommon-uuid:jar:3.8.0'