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