Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdbr.com.uol.reconf |
ArtifactId | ArtifactIdreconf-client |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
reconf-client-2.0.0.pom | |
reconf-client-2.0.0.jar | 106 KB |
reconf-client-2.0.0-sources.jar | 73 KB |
reconf-client-2.0.0-javadoc.jar | 378 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.uol.reconf/reconf-client/
implementation 'br.com.uol.reconf:reconf-client:2.0.0'
// https://jarcasting.com/artifacts/br.com.uol.reconf/reconf-client/
implementation ("br.com.uol.reconf:reconf-client:2.0.0")
'br.com.uol.reconf:reconf-client:jar:2.0.0'
<dependency org="br.com.uol.reconf" name="reconf-client" rev="2.0.0">
<artifact name="reconf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.uol.reconf', module='reconf-client', version='2.0.0')
)
libraryDependencies += "br.com.uol.reconf" % "reconf-client" % "2.0.0"
[br.com.uol.reconf/reconf-client "2.0.0"]