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