is not current version
Last Version 1.0.7

love.forte.common:utils 1.0.0-ALPHA.3

forte-common utils模块。

GroupId

GroupId

love.forte.common
ArtifactId

ArtifactId

utils
Version

Version

1.0.0-ALPHA.3
Type

Type

jar

Download utils 1.0.0-ALPHA.3


<!-- https://jarcasting.com/artifacts/love.forte.common/utils/ -->
<dependency>
    <groupId>love.forte.common</groupId>
    <artifactId>utils</artifactId>
    <version>1.0.0-ALPHA.3</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.common/utils/
implementation 'love.forte.common:utils:1.0.0-ALPHA.3'
// https://jarcasting.com/artifacts/love.forte.common/utils/
implementation ("love.forte.common:utils:1.0.0-ALPHA.3")
'love.forte.common:utils:jar:1.0.0-ALPHA.3'
<dependency org="love.forte.common" name="utils" rev="1.0.0-ALPHA.3">
  <artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.common', module='utils', version='1.0.0-ALPHA.3')
)
libraryDependencies += "love.forte.common" % "utils" % "1.0.0-ALPHA.3"
[love.forte.common/utils "1.0.0-ALPHA.3"]