| GroupId | GroupIdtop.xzxsrq | 
|---|---|
| ArtifactId | ArtifactIdcommon | 
| Version | Version1.0.2-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| common-1.0.2-RELEASE.pom | |
| common-1.0.2-RELEASE.jar | 30 KB | 
| common-1.0.2-RELEASE-sources.jar | 19 KB | 
| common-1.0.2-RELEASE-javadoc.jar | 99 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/top.xzxsrq/common/ -->
<dependency>
    <groupId>top.xzxsrq</groupId>
    <artifactId>common</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/top.xzxsrq/common/
implementation 'top.xzxsrq:common:1.0.2-RELEASE'// https://jarcasting.com/artifacts/top.xzxsrq/common/
implementation ("top.xzxsrq:common:1.0.2-RELEASE")'top.xzxsrq:common:jar:1.0.2-RELEASE'<dependency org="top.xzxsrq" name="common" rev="1.0.2-RELEASE">
  <artifact name="common" type="jar" />
</dependency>@Grapes(
@Grab(group='top.xzxsrq', module='common', version='1.0.2-RELEASE')
)libraryDependencies += "top.xzxsrq" % "common" % "1.0.2-RELEASE"[top.xzxsrq/common "1.0.2-RELEASE"]