Categories |
CategoriesCLI User Interface Native Development Tools |
---|---|
GroupId | GroupIdcom.microsoft.rest.v2 |
ArtifactId | ArtifactIdclient-runtime-native |
Version | Version2.0.0-beta1 |
Type | Typepom |
Filename | Size |
---|---|
client-runtime-native-2.0.0-beta1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime-native/ -->
<dependency>
<groupId>com.microsoft.rest.v2</groupId>
<artifactId>client-runtime-native</artifactId>
<version>2.0.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime-native/
implementation 'com.microsoft.rest.v2:client-runtime-native:2.0.0-beta1'
// https://jarcasting.com/artifacts/com.microsoft.rest.v2/client-runtime-native/
implementation ("com.microsoft.rest.v2:client-runtime-native:2.0.0-beta1")
'com.microsoft.rest.v2:client-runtime-native:pom:2.0.0-beta1'
<dependency org="com.microsoft.rest.v2" name="client-runtime-native" rev="2.0.0-beta1">
<artifact name="client-runtime-native" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.rest.v2', module='client-runtime-native', version='2.0.0-beta1')
)
libraryDependencies += "com.microsoft.rest.v2" % "client-runtime-native" % "2.0.0-beta1"
[com.microsoft.rest.v2/client-runtime-native "2.0.0-beta1"]