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