Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.xqbase |
ArtifactId | ArtifactIdxqbase-metric-client |
Version | Version0.2.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.xqbase/xqbase-metric-client/ -->
<dependency>
<groupId>com.xqbase</groupId>
<artifactId>xqbase-metric-client</artifactId>
<version>0.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.xqbase/xqbase-metric-client/
implementation 'com.xqbase:xqbase-metric-client:0.2.11'
// https://jarcasting.com/artifacts/com.xqbase/xqbase-metric-client/
implementation ("com.xqbase:xqbase-metric-client:0.2.11")
'com.xqbase:xqbase-metric-client:jar:0.2.11'
<dependency org="com.xqbase" name="xqbase-metric-client" rev="0.2.11">
<artifact name="xqbase-metric-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xqbase', module='xqbase-metric-client', version='0.2.11')
)
libraryDependencies += "com.xqbase" % "xqbase-metric-client" % "0.2.11"
[com.xqbase/xqbase-metric-client "0.2.11"]