GroupId | GroupIdcn.vorbote |
---|---|
ArtifactId | ArtifactIdcommon-utils |
Version | Version2.1.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-utils-2.1.2.RELEASE.pom | |
common-utils-2.1.2.RELEASE.jar | 13 KB |
common-utils-2.1.2.RELEASE-sources.jar | 9 KB |
common-utils-2.1.2.RELEASE-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/common-utils/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>common-utils</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/common-utils/
implementation 'cn.vorbote:common-utils:2.1.2.RELEASE'
// https://jarcasting.com/artifacts/cn.vorbote/common-utils/
implementation ("cn.vorbote:common-utils:2.1.2.RELEASE")
'cn.vorbote:common-utils:jar:2.1.2.RELEASE'
<dependency org="cn.vorbote" name="common-utils" rev="2.1.2.RELEASE">
<artifact name="common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='common-utils', version='2.1.2.RELEASE')
)
libraryDependencies += "cn.vorbote" % "common-utils" % "2.1.2.RELEASE"
[cn.vorbote/common-utils "2.1.2.RELEASE"]