Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdai.hyacinth.framework |
ArtifactId | ArtifactIdcore-service-swagger-support |
Version | Version0.5.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-swagger-support/ -->
<dependency>
<groupId>ai.hyacinth.framework</groupId>
<artifactId>core-service-swagger-support</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-swagger-support/
implementation 'ai.hyacinth.framework:core-service-swagger-support:0.5.3'
// https://jarcasting.com/artifacts/ai.hyacinth.framework/core-service-swagger-support/
implementation ("ai.hyacinth.framework:core-service-swagger-support:0.5.3")
'ai.hyacinth.framework:core-service-swagger-support:jar:0.5.3'
<dependency org="ai.hyacinth.framework" name="core-service-swagger-support" rev="0.5.3">
<artifact name="core-service-swagger-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.hyacinth.framework', module='core-service-swagger-support', version='0.5.3')
)
libraryDependencies += "ai.hyacinth.framework" % "core-service-swagger-support" % "0.5.3"
[ai.hyacinth.framework/core-service-swagger-support "0.5.3"]