GroupId | GroupIdcom.github.microcmpt |
---|---|
ArtifactId | ArtifactIdmsa-api-gateway-registry |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.microcmpt/msa-api-gateway-registry/ -->
<dependency>
<groupId>com.github.microcmpt</groupId>
<artifactId>msa-api-gateway-registry</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microcmpt/msa-api-gateway-registry/
implementation 'com.github.microcmpt:msa-api-gateway-registry:1.0.0'
// https://jarcasting.com/artifacts/com.github.microcmpt/msa-api-gateway-registry/
implementation ("com.github.microcmpt:msa-api-gateway-registry:1.0.0")
'com.github.microcmpt:msa-api-gateway-registry:jar:1.0.0'
<dependency org="com.github.microcmpt" name="msa-api-gateway-registry" rev="1.0.0">
<artifact name="msa-api-gateway-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microcmpt', module='msa-api-gateway-registry', version='1.0.0')
)
libraryDependencies += "com.github.microcmpt" % "msa-api-gateway-registry" % "1.0.0"
[com.github.microcmpt/msa-api-gateway-registry "1.0.0"]