License |
License |
---|---|
GroupId | GroupIdcom.github.rssh |
ArtifactId | ArtifactIdtrackedfuture_2.13 |
Version | Version0.4.2 |
Type | Typejar |
Description |
Descriptiontrackedfuture
small runtime + java-agent, which brings back full stacktrace for exceptions, generated inside Future callbacks
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.rssh/trackedfuture_2.13/ -->
<dependency>
<groupId>com.github.rssh</groupId>
<artifactId>trackedfuture_2.13</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rssh/trackedfuture_2.13/
implementation 'com.github.rssh:trackedfuture_2.13:0.4.2'
// https://jarcasting.com/artifacts/com.github.rssh/trackedfuture_2.13/
implementation ("com.github.rssh:trackedfuture_2.13:0.4.2")
'com.github.rssh:trackedfuture_2.13:jar:0.4.2'
<dependency org="com.github.rssh" name="trackedfuture_2.13" rev="0.4.2">
<artifact name="trackedfuture_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rssh', module='trackedfuture_2.13', version='0.4.2')
)
libraryDependencies += "com.github.rssh" % "trackedfuture_2.13" % "0.4.2"
[com.github.rssh/trackedfuture_2.13 "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.5 |
org.ow2.asm : asm | jar | 9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.7 |