GroupId | GroupIdcn.tellyouwhat |
---|---|
ArtifactId | ArtifactIdgangsutils |
Version | Version0.1.6 |
Type | Typepom |
Filename | Size |
---|---|
gangsutils-0.1.6.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tellyouwhat/gangsutils/ -->
<dependency>
<groupId>cn.tellyouwhat</groupId>
<artifactId>gangsutils</artifactId>
<version>0.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.tellyouwhat/gangsutils/
implementation 'cn.tellyouwhat:gangsutils:0.1.6'
// https://jarcasting.com/artifacts/cn.tellyouwhat/gangsutils/
implementation ("cn.tellyouwhat:gangsutils:0.1.6")
'cn.tellyouwhat:gangsutils:pom:0.1.6'
<dependency org="cn.tellyouwhat" name="gangsutils" rev="0.1.6">
<artifact name="gangsutils" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.tellyouwhat', module='gangsutils', version='0.1.6')
)
libraryDependencies += "cn.tellyouwhat" % "gangsutils" % "0.1.6"
[cn.tellyouwhat/gangsutils "0.1.6"]