GroupId | GroupIdcom.github.yaoguoh |
---|---|
ArtifactId | ArtifactIdcommon-util |
Version | Version2.4.4 |
Type | Typejar |
Filename | Size |
---|---|
common-util-2.4.4.pom | |
common-util-2.4.4.jar | 7 KB |
common-util-2.4.4-sources.jar | 5 KB |
common-util-2.4.4-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-util/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-util</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-util/
implementation 'com.github.yaoguoh:common-util:2.4.4'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-util/
implementation ("com.github.yaoguoh:common-util:2.4.4")
'com.github.yaoguoh:common-util:jar:2.4.4'
<dependency org="com.github.yaoguoh" name="common-util" rev="2.4.4">
<artifact name="common-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-util', version='2.4.4')
)
libraryDependencies += "com.github.yaoguoh" % "common-util" % "2.4.4"
[com.github.yaoguoh/common-util "2.4.4"]