Categories |
CategoriesCLI User Interface Search Business Logic Libraries |
---|---|
GroupId | GroupIdio.apicurio |
ArtifactId | ArtifactIdapicurio-registry-search-client |
Version | Version1.2.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.apicurio/apicurio-registry-search-client/ -->
<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-registry-search-client</artifactId>
<version>1.2.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.apicurio/apicurio-registry-search-client/
implementation 'io.apicurio:apicurio-registry-search-client:1.2.1.Final'
// https://jarcasting.com/artifacts/io.apicurio/apicurio-registry-search-client/
implementation ("io.apicurio:apicurio-registry-search-client:1.2.1.Final")
'io.apicurio:apicurio-registry-search-client:jar:1.2.1.Final'
<dependency org="io.apicurio" name="apicurio-registry-search-client" rev="1.2.1.Final">
<artifact name="apicurio-registry-search-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apicurio', module='apicurio-registry-search-client', version='1.2.1.Final')
)
libraryDependencies += "io.apicurio" % "apicurio-registry-search-client" % "1.2.1.Final"
[io.apicurio/apicurio-registry-search-client "1.2.1.Final"]