is not current version
Last Version 1.0.1

top.fangwenmagician:calculation-string 1.0.0

CalculationString 可以使开发者更加方便的计算字符串类型的数据。强大的自定义运算符功能,使字符串的计算更加多样化。

GroupId

GroupId

top.fangwenmagician
ArtifactId

ArtifactId

calculation-string
Version

Version

1.0.0
Type

Type

jar

Download calculation-string 1.0.0


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