License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.yupaits |
ArtifactId | ArtifactIdyutool |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionyutool
yutool工具代码,示例代码整理
|
Filename | Size |
---|---|
yutool-1.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yupaits/yutool/ -->
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>yutool</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yupaits/yutool/
implementation 'com.yupaits:yutool:1.1.1'
// https://jarcasting.com/artifacts/com.yupaits/yutool/
implementation ("com.yupaits:yutool:1.1.1")
'com.yupaits:yutool:pom:1.1.1'
<dependency org="com.yupaits" name="yutool" rev="1.1.1">
<artifact name="yutool" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yupaits', module='yutool', version='1.1.1')
)
libraryDependencies += "com.yupaits" % "yutool" % "1.1.1"
[com.yupaits/yutool "1.1.1"]