Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.apache.shardingsphere |
ArtifactId | ArtifactIdsharding-orchestration-core-configuration |
Version | Version4.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-orchestration-core-configuration/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration-core-configuration</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-orchestration-core-configuration/
implementation 'org.apache.shardingsphere:sharding-orchestration-core-configuration:4.1.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-orchestration-core-configuration/
implementation ("org.apache.shardingsphere:sharding-orchestration-core-configuration:4.1.0")
'org.apache.shardingsphere:sharding-orchestration-core-configuration:jar:4.1.0'
<dependency org="org.apache.shardingsphere" name="sharding-orchestration-core-configuration" rev="4.1.0">
<artifact name="sharding-orchestration-core-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-orchestration-core-configuration', version='4.1.0')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-orchestration-core-configuration" % "4.1.0"
[org.apache.shardingsphere/sharding-orchestration-core-configuration "4.1.0"]