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