| GroupId | GroupIdcom.microsoft.device.dualscreen | 
    
|---|---|
| ArtifactId | ArtifactIdwm-utils | 
    
| Version | Version1.0.0-beta2 | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| wm-utils-1.0.0-beta2.pom | |
| wm-utils-1.0.0-beta2-sources.jar | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.microsoft.device.dualscreen/wm-utils/ -->
<dependency>
    <groupId>com.microsoft.device.dualscreen</groupId>
    <artifactId>wm-utils</artifactId>
    <version>1.0.0-beta2</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.microsoft.device.dualscreen/wm-utils/
implementation 'com.microsoft.device.dualscreen:wm-utils:1.0.0-beta2'
                // https://jarcasting.com/artifacts/com.microsoft.device.dualscreen/wm-utils/
implementation ("com.microsoft.device.dualscreen:wm-utils:1.0.0-beta2")
                'com.microsoft.device.dualscreen:wm-utils:aar:1.0.0-beta2'
                <dependency org="com.microsoft.device.dualscreen" name="wm-utils" rev="1.0.0-beta2">
  <artifact name="wm-utils" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.microsoft.device.dualscreen', module='wm-utils', version='1.0.0-beta2')
)
                libraryDependencies += "com.microsoft.device.dualscreen" % "wm-utils" % "1.0.0-beta2"
                [com.microsoft.device.dualscreen/wm-utils "1.0.0-beta2"]