GroupId | GroupIdcom.github.kahlkn |
---|---|
ArtifactId | ArtifactIdalibaba-tools |
Version | Version1.0.0.20191020.beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kahlkn/alibaba-tools/ -->
<dependency>
<groupId>com.github.kahlkn</groupId>
<artifactId>alibaba-tools</artifactId>
<version>1.0.0.20191020.beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kahlkn/alibaba-tools/
implementation 'com.github.kahlkn:alibaba-tools:1.0.0.20191020.beta'
// https://jarcasting.com/artifacts/com.github.kahlkn/alibaba-tools/
implementation ("com.github.kahlkn:alibaba-tools:1.0.0.20191020.beta")
'com.github.kahlkn:alibaba-tools:jar:1.0.0.20191020.beta'
<dependency org="com.github.kahlkn" name="alibaba-tools" rev="1.0.0.20191020.beta">
<artifact name="alibaba-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kahlkn', module='alibaba-tools', version='1.0.0.20191020.beta')
)
libraryDependencies += "com.github.kahlkn" % "alibaba-tools" % "1.0.0.20191020.beta"
[com.github.kahlkn/alibaba-tools "1.0.0.20191020.beta"]