Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-cluster-setting |
Version | Version0.0.92 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-cluster-setting/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-cluster-setting</artifactId>
<version>0.0.92</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-cluster-setting/
implementation 'io.datarouter:datarouter-cluster-setting:0.0.92'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-cluster-setting/
implementation ("io.datarouter:datarouter-cluster-setting:0.0.92")
'io.datarouter:datarouter-cluster-setting:jar:0.0.92'
<dependency org="io.datarouter" name="datarouter-cluster-setting" rev="0.0.92">
<artifact name="datarouter-cluster-setting" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-cluster-setting', version='0.0.92')
)
libraryDependencies += "io.datarouter" % "datarouter-cluster-setting" % "0.0.92"
[io.datarouter/datarouter-cluster-setting "0.0.92"]