GroupId | GroupIdio.github.githublaohu |
---|---|
ArtifactId | ArtifactIdshardingsphere-dependent |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.githublaohu/shardingsphere-dependent/ -->
<dependency>
<groupId>io.github.githublaohu</groupId>
<artifactId>shardingsphere-dependent</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.githublaohu/shardingsphere-dependent/
implementation 'io.github.githublaohu:shardingsphere-dependent:0.0.6'
// https://jarcasting.com/artifacts/io.github.githublaohu/shardingsphere-dependent/
implementation ("io.github.githublaohu:shardingsphere-dependent:0.0.6")
'io.github.githublaohu:shardingsphere-dependent:jar:0.0.6'
<dependency org="io.github.githublaohu" name="shardingsphere-dependent" rev="0.0.6">
<artifact name="shardingsphere-dependent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.githublaohu', module='shardingsphere-dependent', version='0.0.6')
)
libraryDependencies += "io.github.githublaohu" % "shardingsphere-dependent" % "0.0.6"
[io.github.githublaohu/shardingsphere-dependent "0.0.6"]