GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.weixinkf |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.weixinkf/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.weixinkf</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.weixinkf/
implementation 'org.tinygroup:org.tinygroup.weixinkf:2.2.1'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.weixinkf/
implementation ("org.tinygroup:org.tinygroup.weixinkf:2.2.1")
'org.tinygroup:org.tinygroup.weixinkf:jar:2.2.1'
<dependency org="org.tinygroup" name="org.tinygroup.weixinkf" rev="2.2.1">
<artifact name="org.tinygroup.weixinkf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.weixinkf', version='2.2.1')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.weixinkf" % "2.2.1"
[org.tinygroup/org.tinygroup.weixinkf "2.2.1"]