GroupId | GroupIdcom.splunk |
---|---|
ArtifactId | ArtifactIdsplunk-otel-android-volley |
Version | Version0.14.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.splunk/splunk-otel-android-volley/ -->
<dependency>
<groupId>com.splunk</groupId>
<artifactId>splunk-otel-android-volley</artifactId>
<version>0.14.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.splunk/splunk-otel-android-volley/
implementation 'com.splunk:splunk-otel-android-volley:0.14.0'
// https://jarcasting.com/artifacts/com.splunk/splunk-otel-android-volley/
implementation ("com.splunk:splunk-otel-android-volley:0.14.0")
'com.splunk:splunk-otel-android-volley:aar:0.14.0'
<dependency org="com.splunk" name="splunk-otel-android-volley" rev="0.14.0">
<artifact name="splunk-otel-android-volley" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.splunk', module='splunk-otel-android-volley', version='0.14.0')
)
libraryDependencies += "com.splunk" % "splunk-otel-android-volley" % "0.14.0"
[com.splunk/splunk-otel-android-volley "0.14.0"]