GroupId | GroupIdcom.mattprecious.telescope |
---|---|
ArtifactId | ArtifactIdtelescope |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
telescope-2.1.0.pom | |
telescope-2.1.0.aar | 37 KB |
telescope-2.1.0-sources.jar | 21 KB |
telescope-2.1.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattprecious.telescope/telescope/ -->
<dependency>
<groupId>com.mattprecious.telescope</groupId>
<artifactId>telescope</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mattprecious.telescope/telescope/
implementation 'com.mattprecious.telescope:telescope:2.1.0'
// https://jarcasting.com/artifacts/com.mattprecious.telescope/telescope/
implementation ("com.mattprecious.telescope:telescope:2.1.0")
'com.mattprecious.telescope:telescope:aar:2.1.0'
<dependency org="com.mattprecious.telescope" name="telescope" rev="2.1.0">
<artifact name="telescope" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mattprecious.telescope', module='telescope', version='2.1.0')
)
libraryDependencies += "com.mattprecious.telescope" % "telescope" % "2.1.0"
[com.mattprecious.telescope/telescope "2.1.0"]