GroupId | GroupIdcom.mattprecious.telescope |
---|---|
ArtifactId | ArtifactIdtelescope |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
telescope-1.4.0.pom | |
telescope-1.4.0.jar | 16 KB |
telescope-1.4.0-sources.jar | 6 KB |
telescope-1.4.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattprecious.telescope/telescope/ -->
<dependency>
<groupId>com.mattprecious.telescope</groupId>
<artifactId>telescope</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattprecious.telescope/telescope/
implementation 'com.mattprecious.telescope:telescope:1.4.0'
// https://jarcasting.com/artifacts/com.mattprecious.telescope/telescope/
implementation ("com.mattprecious.telescope:telescope:1.4.0")
'com.mattprecious.telescope:telescope:jar:1.4.0'
<dependency org="com.mattprecious.telescope" name="telescope" rev="1.4.0">
<artifact name="telescope" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattprecious.telescope', module='telescope', version='1.4.0')
)
libraryDependencies += "com.mattprecious.telescope" % "telescope" % "1.4.0"
[com.mattprecious.telescope/telescope "1.4.0"]