is not current version
Last Version 0.4.2

com.github.rssh:trackedfuture_2.13 0.4.1

small runtime + java-agent, which brings back full stacktrace for exceptions, generated inside Future callbacks

GroupId

GroupId

com.github.rssh
ArtifactId

ArtifactId

trackedfuture_2.13
Version

Version

0.4.1
Type

Type

jar

Download trackedfuture_2.13 0.4.1


<!-- 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"]