GroupId | GroupIdai.hyacinth.framework |
---|---|
ArtifactId | ArtifactIdcore-service-module |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
core-service-module-0.5.0.pom | |
core-service-module-0.5.0.jar | 4 KB |
core-service-module-0.5.0-sources.jar | 2 KB |
core-service-module-0.5.0-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-module/ -->
<dependency>
<groupId>ai.hyacinth.framework</groupId>
<artifactId>core-service-module</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-module/
implementation 'ai.hyacinth.framework:core-service-module:0.5.0'
// https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-module/
implementation ("ai.hyacinth.framework:core-service-module:0.5.0")
'ai.hyacinth.framework:core-service-module:jar:0.5.0'
<dependency org="ai.hyacinth.framework" name="core-service-module" rev="0.5.0">
<artifact name="core-service-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.hyacinth.framework', module='core-service-module', version='0.5.0')
)
libraryDependencies += "ai.hyacinth.framework" % "core-service-module" % "0.5.0"
[ai.hyacinth.framework/core-service-module "0.5.0"]