| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.kevoree |
| ArtifactId | ArtifactIdorg.kevoree.tools.registry.client |
| Version | Version5.5.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kevoree/org.kevoree.tools.registry.client/ -->
<dependency>
<groupId>org.kevoree</groupId>
<artifactId>org.kevoree.tools.registry.client</artifactId>
<version>5.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree/org.kevoree.tools.registry.client/
implementation 'org.kevoree:org.kevoree.tools.registry.client:5.5.0'
// https://jarcasting.com/artifacts/org.kevoree/org.kevoree.tools.registry.client/
implementation ("org.kevoree:org.kevoree.tools.registry.client:5.5.0")
'org.kevoree:org.kevoree.tools.registry.client:jar:5.5.0'
<dependency org="org.kevoree" name="org.kevoree.tools.registry.client" rev="5.5.0">
<artifact name="org.kevoree.tools.registry.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree', module='org.kevoree.tools.registry.client', version='5.5.0')
)
libraryDependencies += "org.kevoree" % "org.kevoree.tools.registry.client" % "5.5.0"
[org.kevoree/org.kevoree.tools.registry.client "5.5.0"]