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