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