GroupId | GroupIdcom.github.youyinnn |
---|---|
ArtifactId | ArtifactIdyou-web-utils |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
you-web-utils-1.7.pom | |
you-web-utils-1.7.jar | 23 KB |
you-web-utils-1.7-sources.jar | 13 KB |
you-web-utils-1.7-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.youyinnn/you-web-utils/ -->
<dependency>
<groupId>com.github.youyinnn</groupId>
<artifactId>you-web-utils</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.youyinnn/you-web-utils/
implementation 'com.github.youyinnn:you-web-utils:1.7'
// https://jarcasting.com/artifacts/com.github.youyinnn/you-web-utils/
implementation ("com.github.youyinnn:you-web-utils:1.7")
'com.github.youyinnn:you-web-utils:jar:1.7'
<dependency org="com.github.youyinnn" name="you-web-utils" rev="1.7">
<artifact name="you-web-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.youyinnn', module='you-web-utils', version='1.7')
)
libraryDependencies += "com.github.youyinnn" % "you-web-utils" % "1.7"
[com.github.youyinnn/you-web-utils "1.7"]