Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.apicurio |
ArtifactId | ArtifactIdapicurio-common-app-components-config-impl |
Version | Version0.1.2.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.apicurio/apicurio-common-app-components-config-impl/ -->
<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-common-app-components-config-impl</artifactId>
<version>0.1.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.apicurio/apicurio-common-app-components-config-impl/
implementation 'io.apicurio:apicurio-common-app-components-config-impl:0.1.2.Final'
// https://jarcasting.com/artifacts/io.apicurio/apicurio-common-app-components-config-impl/
implementation ("io.apicurio:apicurio-common-app-components-config-impl:0.1.2.Final")
'io.apicurio:apicurio-common-app-components-config-impl:jar:0.1.2.Final'
<dependency org="io.apicurio" name="apicurio-common-app-components-config-impl" rev="0.1.2.Final">
<artifact name="apicurio-common-app-components-config-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apicurio', module='apicurio-common-app-components-config-impl', version='0.1.2.Final')
)
libraryDependencies += "io.apicurio" % "apicurio-common-app-components-config-impl" % "0.1.2.Final"
[io.apicurio/apicurio-common-app-components-config-impl "0.1.2.Final"]