| License |
License |
|---|---|
| GroupId | GroupIdtop.fangwenmagician |
| ArtifactId | ArtifactIdcalculation-string |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCalculationString
CalculationString 可以使开发者更加方便的计算字符串类型的数据。强大的自定义运算符功能,使字符串的计算更加多样化。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| calculation-string-1.0.1.pom | |
| calculation-string-1.0.1.jar | 25 KB |
| calculation-string-1.0.1-sources.jar | 18 KB |
| calculation-string-1.0.1-javadoc.jar | 229 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.fangwenmagician/calculation-string/ -->
<dependency>
<groupId>top.fangwenmagician</groupId>
<artifactId>calculation-string</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.fangwenmagician/calculation-string/
implementation 'top.fangwenmagician:calculation-string:1.0.1'
// https://jarcasting.com/artifacts/top.fangwenmagician/calculation-string/
implementation ("top.fangwenmagician:calculation-string:1.0.1")
'top.fangwenmagician:calculation-string:jar:1.0.1'
<dependency org="top.fangwenmagician" name="calculation-string" rev="1.0.1">
<artifact name="calculation-string" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.fangwenmagician', module='calculation-string', version='1.0.1')
)
libraryDependencies += "top.fangwenmagician" % "calculation-string" % "1.0.1"
[top.fangwenmagician/calculation-string "1.0.1"]