| GroupId | GroupIdnl.talsmasoftware |
|---|---|
| ArtifactId | ArtifactIdcontext-propagation-root |
| Version | Version0.4.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| context-propagation-root-0.4.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.talsmasoftware/context-propagation-root/ -->
<dependency>
<groupId>nl.talsmasoftware</groupId>
<artifactId>context-propagation-root</artifactId>
<version>0.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.talsmasoftware/context-propagation-root/
implementation 'nl.talsmasoftware:context-propagation-root:0.4.1'
// https://jarcasting.com/artifacts/nl.talsmasoftware/context-propagation-root/
implementation ("nl.talsmasoftware:context-propagation-root:0.4.1")
'nl.talsmasoftware:context-propagation-root:pom:0.4.1'
<dependency org="nl.talsmasoftware" name="context-propagation-root" rev="0.4.1">
<artifact name="context-propagation-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.talsmasoftware', module='context-propagation-root', version='0.4.1')
)
libraryDependencies += "nl.talsmasoftware" % "context-propagation-root" % "0.4.1"
[nl.talsmasoftware/context-propagation-root "0.4.1"]