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