Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.jdcloud.jmsf |
ArtifactId | ArtifactIdmeshware-config-consul |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-config-consul/ -->
<dependency>
<groupId>com.jdcloud.jmsf</groupId>
<artifactId>meshware-config-consul</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-config-consul/
implementation 'com.jdcloud.jmsf:meshware-config-consul:1.2.0'
// https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-config-consul/
implementation ("com.jdcloud.jmsf:meshware-config-consul:1.2.0")
'com.jdcloud.jmsf:meshware-config-consul:jar:1.2.0'
<dependency org="com.jdcloud.jmsf" name="meshware-config-consul" rev="1.2.0">
<artifact name="meshware-config-consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jdcloud.jmsf', module='meshware-config-consul', version='1.2.0')
)
libraryDependencies += "com.jdcloud.jmsf" % "meshware-config-consul" % "1.2.0"
[com.jdcloud.jmsf/meshware-config-consul "1.2.0"]