| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.circonus | 
| ArtifactId | ArtifactIdfqclient | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFq Java Client Fq Client for Java | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| fqclient-0.0.1.pom | |
| fqclient-0.0.1.jar | 29 KB | 
| fqclient-0.0.1-sources.jar | 16 KB | 
| fqclient-0.0.1-javadoc.jar | 110 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.circonus/fqclient/ -->
<dependency>
    <groupId>com.circonus</groupId>
    <artifactId>fqclient</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.circonus/fqclient/
implementation 'com.circonus:fqclient:0.0.1'// https://jarcasting.com/artifacts/com.circonus/fqclient/
implementation ("com.circonus:fqclient:0.0.1")'com.circonus:fqclient:jar:0.0.1'<dependency org="com.circonus" name="fqclient" rev="0.0.1">
  <artifact name="fqclient" type="jar" />
</dependency>@Grapes(
@Grab(group='com.circonus', module='fqclient', version='0.0.1')
)libraryDependencies += "com.circonus" % "fqclient" % "0.0.1"[com.circonus/fqclient "0.0.1"]