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