GroupId | GroupIdcom.github.liaomengge |
---|---|
ArtifactId | ArtifactIdbase-common-utils |
Version | Version1.1.4-SNAPSHOT-test |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.liaomengge/base-common-utils/ -->
<dependency>
<groupId>com.github.liaomengge</groupId>
<artifactId>base-common-utils</artifactId>
<version>1.1.4-SNAPSHOT-test</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaomengge/base-common-utils/
implementation 'com.github.liaomengge:base-common-utils:1.1.4-SNAPSHOT-test'
// https://jarcasting.com/artifacts/com.github.liaomengge/base-common-utils/
implementation ("com.github.liaomengge:base-common-utils:1.1.4-SNAPSHOT-test")
'com.github.liaomengge:base-common-utils:jar:1.1.4-SNAPSHOT-test'
<dependency org="com.github.liaomengge" name="base-common-utils" rev="1.1.4-SNAPSHOT-test">
<artifact name="base-common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaomengge', module='base-common-utils', version='1.1.4-SNAPSHOT-test')
)
libraryDependencies += "com.github.liaomengge" % "base-common-utils" % "1.1.4-SNAPSHOT-test"
[com.github.liaomengge/base-common-utils "1.1.4-SNAPSHOT-test"]