Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.blocks4j.reconf |
ArtifactId | ArtifactIdreconf-client |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
reconf-client-3.0.0.pom | |
reconf-client-3.0.0.jar | 111 KB |
reconf-client-3.0.0-sources.jar | 81 KB |
reconf-client-3.0.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.blocks4j.reconf/reconf-client/ -->
<dependency>
<groupId>org.blocks4j.reconf</groupId>
<artifactId>reconf-client</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.blocks4j.reconf/reconf-client/
implementation 'org.blocks4j.reconf:reconf-client:3.0.0'
// https://jarcasting.com/artifacts/org.blocks4j.reconf/reconf-client/
implementation ("org.blocks4j.reconf:reconf-client:3.0.0")
'org.blocks4j.reconf:reconf-client:jar:3.0.0'
<dependency org="org.blocks4j.reconf" name="reconf-client" rev="3.0.0">
<artifact name="reconf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blocks4j.reconf', module='reconf-client', version='3.0.0')
)
libraryDependencies += "org.blocks4j.reconf" % "reconf-client" % "3.0.0"
[org.blocks4j.reconf/reconf-client "3.0.0"]