GroupId | GroupIdcom.xfinity |
---|---|
ArtifactId | ArtifactIdblueprint-library |
Version | Version1.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
blueprint-library-1.2.2.pom | |
blueprint-library-1.2.2.aar | 39 KB |
blueprint-library-1.2.2-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xfinity/blueprint-library/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-library</artifactId>
<version>1.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/blueprint-library/
implementation 'com.xfinity:blueprint-library:1.2.2'
// https://jarcasting.com/artifacts/com.xfinity/blueprint-library/
implementation ("com.xfinity:blueprint-library:1.2.2")
'com.xfinity:blueprint-library:aar:1.2.2'
<dependency org="com.xfinity" name="blueprint-library" rev="1.2.2">
<artifact name="blueprint-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='blueprint-library', version='1.2.2')
)
libraryDependencies += "com.xfinity" % "blueprint-library" % "1.2.2"
[com.xfinity/blueprint-library "1.2.2"]