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