GroupId | GroupIdcom.github.tianjing |
---|---|
ArtifactId | ArtifactIdwcpt-module-thirdapi |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tianjing/wcpt-module-thirdapi/ -->
<dependency>
<groupId>com.github.tianjing</groupId>
<artifactId>wcpt-module-thirdapi</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tianjing/wcpt-module-thirdapi/
implementation 'com.github.tianjing:wcpt-module-thirdapi:1.1.3'
// https://jarcasting.com/artifacts/com.github.tianjing/wcpt-module-thirdapi/
implementation ("com.github.tianjing:wcpt-module-thirdapi:1.1.3")
'com.github.tianjing:wcpt-module-thirdapi:jar:1.1.3'
<dependency org="com.github.tianjing" name="wcpt-module-thirdapi" rev="1.1.3">
<artifact name="wcpt-module-thirdapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tianjing', module='wcpt-module-thirdapi', version='1.1.3')
)
libraryDependencies += "com.github.tianjing" % "wcpt-module-thirdapi" % "1.1.3"
[com.github.tianjing/wcpt-module-thirdapi "1.1.3"]