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