Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.xfinity |
ArtifactId | ArtifactIdresourceprovider-testutils |
Version | Version1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.xfinity/resourceprovider-testutils/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>resourceprovider-testutils</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/resourceprovider-testutils/
implementation 'com.xfinity:resourceprovider-testutils:1.0'
// https://jarcasting.com/artifacts/com.xfinity/resourceprovider-testutils/
implementation ("com.xfinity:resourceprovider-testutils:1.0")
'com.xfinity:resourceprovider-testutils:aar:1.0'
<dependency org="com.xfinity" name="resourceprovider-testutils" rev="1.0">
<artifact name="resourceprovider-testutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='resourceprovider-testutils', version='1.0')
)
libraryDependencies += "com.xfinity" % "resourceprovider-testutils" % "1.0"
[com.xfinity/resourceprovider-testutils "1.0"]