is not current version
Last Version 2.2.0

com.github.yelong0216:yelong-function 1.0.0

提供一些常用的功能接口。如推断时间的类型

GroupId

GroupId

com.github.yelong0216
ArtifactId

ArtifactId

yelong-function
Version

Version

1.0.0
Type

Type

jar

Download yelong-function 1.0.0


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