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