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