License |
License |
---|---|
GroupId | GroupIdcom.github.rssh |
ArtifactId | ArtifactIdtrackedfuture-example_2.13 |
Version | Version0.4.1 |
Type | Typejar |
Description |
Descriptiontrackedfuture-example
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-example_2.13/ -->
<dependency>
<groupId>com.github.rssh</groupId>
<artifactId>trackedfuture-example_2.13</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rssh/trackedfuture-example_2.13/
implementation 'com.github.rssh:trackedfuture-example_2.13:0.4.1'
// https://jarcasting.com/artifacts/com.github.rssh/trackedfuture-example_2.13/
implementation ("com.github.rssh:trackedfuture-example_2.13:0.4.1")
'com.github.rssh:trackedfuture-example_2.13:jar:0.4.1'
<dependency org="com.github.rssh" name="trackedfuture-example_2.13" rev="0.4.1">
<artifact name="trackedfuture-example_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rssh', module='trackedfuture-example_2.13', version='0.4.1')
)
libraryDependencies += "com.github.rssh" % "trackedfuture-example_2.13" % "0.4.1"
[com.github.rssh/trackedfuture-example_2.13 "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.5 |
com.github.rssh : trackedfuture_2.13 | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.7 |