GroupId | GroupIdcom.yupaits |
---|---|
ArtifactId | ArtifactIdyutool-file-server |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
yutool-file-server-1.1.0.pom | |
yutool-file-server-1.1.0.jar | 38 KB |
yutool-file-server-1.1.0-sources.jar | 22 KB |
yutool-file-server-1.1.0-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yupaits/yutool-file-server/ -->
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>yutool-file-server</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yupaits/yutool-file-server/
implementation 'com.yupaits:yutool-file-server:1.1.0'
// https://jarcasting.com/artifacts/com.yupaits/yutool-file-server/
implementation ("com.yupaits:yutool-file-server:1.1.0")
'com.yupaits:yutool-file-server:jar:1.1.0'
<dependency org="com.yupaits" name="yutool-file-server" rev="1.1.0">
<artifact name="yutool-file-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yupaits', module='yutool-file-server', version='1.1.0')
)
libraryDependencies += "com.yupaits" % "yutool-file-server" % "1.1.0"
[com.yupaits/yutool-file-server "1.1.0"]