GroupId | GroupIdcom.github.rssh |
---|---|
ArtifactId | ArtifactIdtrackedfuture_2.13 |
Version | Version0.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rssh/trackedfuture_2.13/ -->
<dependency>
<groupId>com.github.rssh</groupId>
<artifactId>trackedfuture_2.13</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rssh/trackedfuture_2.13/
implementation 'com.github.rssh:trackedfuture_2.13:0.4.1'
// https://jarcasting.com/artifacts/com.github.rssh/trackedfuture_2.13/
implementation ("com.github.rssh:trackedfuture_2.13:0.4.1")
'com.github.rssh:trackedfuture_2.13:jar:0.4.1'
<dependency org="com.github.rssh" name="trackedfuture_2.13" rev="0.4.1">
<artifact name="trackedfuture_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rssh', module='trackedfuture_2.13', version='0.4.1')
)
libraryDependencies += "com.github.rssh" % "trackedfuture_2.13" % "0.4.1"
[com.github.rssh/trackedfuture_2.13 "0.4.1"]