GroupId | GroupIdcom.github.shoothzj |
---|---|
ArtifactId | ArtifactIdsdk-bookkeeper |
Version | Version3.0.30.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-bookkeeper/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>sdk-bookkeeper</artifactId>
<version>3.0.30.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-bookkeeper/
implementation 'com.github.shoothzj:sdk-bookkeeper:3.0.30.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-bookkeeper/
implementation ("com.github.shoothzj:sdk-bookkeeper:3.0.30.RELEASE")
'com.github.shoothzj:sdk-bookkeeper:jar:3.0.30.RELEASE'
<dependency org="com.github.shoothzj" name="sdk-bookkeeper" rev="3.0.30.RELEASE">
<artifact name="sdk-bookkeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-bookkeeper', version='3.0.30.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "sdk-bookkeeper" % "3.0.30.RELEASE"
[com.github.shoothzj/sdk-bookkeeper "3.0.30.RELEASE"]