| GroupId | GroupIdcom.github.flyinghe |
|---|---|
| ArtifactId | ArtifactIdcommon-utils |
| Version | Version2.3.8-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-utils-2.3.8-RELEASE.pom | |
| common-utils-2.3.8-RELEASE.jar | 95 KB |
| common-utils-2.3.8-RELEASE-sources.jar | 80 KB |
| common-utils-2.3.8-RELEASE-javadoc.jar | 267 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.flyinghe/common-utils/ -->
<dependency>
<groupId>com.github.flyinghe</groupId>
<artifactId>common-utils</artifactId>
<version>2.3.8-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flyinghe/common-utils/
implementation 'com.github.flyinghe:common-utils:2.3.8-RELEASE'
// https://jarcasting.com/artifacts/com.github.flyinghe/common-utils/
implementation ("com.github.flyinghe:common-utils:2.3.8-RELEASE")
'com.github.flyinghe:common-utils:jar:2.3.8-RELEASE'
<dependency org="com.github.flyinghe" name="common-utils" rev="2.3.8-RELEASE">
<artifact name="common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flyinghe', module='common-utils', version='2.3.8-RELEASE')
)
libraryDependencies += "com.github.flyinghe" % "common-utils" % "2.3.8-RELEASE"
[com.github.flyinghe/common-utils "2.3.8-RELEASE"]