GroupId | GroupIdai.hyacinth.framework |
---|---|
ArtifactId | ArtifactIdcore-service-gateway-server |
Version | Version0.5.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-gateway-server/ -->
<dependency>
<groupId>ai.hyacinth.framework</groupId>
<artifactId>core-service-gateway-server</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-gateway-server/
implementation 'ai.hyacinth.framework:core-service-gateway-server:0.5.5'
// https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-gateway-server/
implementation ("ai.hyacinth.framework:core-service-gateway-server:0.5.5")
'ai.hyacinth.framework:core-service-gateway-server:jar:0.5.5'
<dependency org="ai.hyacinth.framework" name="core-service-gateway-server" rev="0.5.5">
<artifact name="core-service-gateway-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.hyacinth.framework', module='core-service-gateway-server', version='0.5.5')
)
libraryDependencies += "ai.hyacinth.framework" % "core-service-gateway-server" % "0.5.5"
[ai.hyacinth.framework/core-service-gateway-server "0.5.5"]