GroupId | GroupIdcom.github.tianjing |
---|---|
ArtifactId | ArtifactIdwcpt-module-thirdapi |
Version | Version1.1.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tianjing/wcpt-module-thirdapi/
implementation 'com.github.tianjing:wcpt-module-thirdapi:1.1.5'
// https://jarcasting.com/artifacts/com.github.tianjing/wcpt-module-thirdapi/
implementation ("com.github.tianjing:wcpt-module-thirdapi:1.1.5")
'com.github.tianjing:wcpt-module-thirdapi:jar:1.1.5'
<dependency org="com.github.tianjing" name="wcpt-module-thirdapi" rev="1.1.5">
<artifact name="wcpt-module-thirdapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tianjing', module='wcpt-module-thirdapi', version='1.1.5')
)
libraryDependencies += "com.github.tianjing" % "wcpt-module-thirdapi" % "1.1.5"
[com.github.tianjing/wcpt-module-thirdapi "1.1.5"]