Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdbr.com.uol.reconf |
ArtifactId | ArtifactIdreconf-client |
Version | Version1.5.12 |
Type | Typejar |
Filename | Size |
---|---|
reconf-client-1.5.12.pom | |
reconf-client-1.5.12.jar | 108 KB |
reconf-client-1.5.12-sources.jar | 75 KB |
reconf-client-1.5.12-javadoc.jar | 379 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.uol.reconf/reconf-client/ -->
<dependency>
<groupId>br.com.uol.reconf</groupId>
<artifactId>reconf-client</artifactId>
<version>1.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.uol.reconf/reconf-client/
implementation 'br.com.uol.reconf:reconf-client:1.5.12'
// https://jarcasting.com/artifacts/br.com.uol.reconf/reconf-client/
implementation ("br.com.uol.reconf:reconf-client:1.5.12")
'br.com.uol.reconf:reconf-client:jar:1.5.12'
<dependency org="br.com.uol.reconf" name="reconf-client" rev="1.5.12">
<artifact name="reconf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.uol.reconf', module='reconf-client', version='1.5.12')
)
libraryDependencies += "br.com.uol.reconf" % "reconf-client" % "1.5.12"
[br.com.uol.reconf/reconf-client "1.5.12"]