W

WeatherUtil

This is a tool to generate unique identifiers based on specified parameters or UUIDs.
https://gitee.com/blacol/hf-weather-util
GNU GENERAL PUBLIC LICENSE
Blacol
Files download
File Operation
WeatherUtil-1.5.jar download
WeatherUtil-1.5.pom download
WeatherUtil-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.blacol</groupId>
  <artifactId>WeatherUtil</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.blacol:WeatherUtil:1.5'
Gradle Kotlin
implementation("com.gitee.blacol:WeatherUtil:1.5")
Scala SBT
libraryDependencies += "com.gitee.blacol" % "WeatherUtil" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.blacol', module='WeatherUtil', version='1.5')
)
Apache Ivy
<dependency org="com.gitee.blacol" name="WeatherUtil" rev="1.5" />
Leiningen
[com.gitee.blacol/WeatherUtil "1.5"]
Apache Buildr
'com.gitee.blacol:WeatherUtil:jar:1.5'