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