| GroupId | GroupIdnl.talsmasoftware.context |
|---|---|
| ArtifactId | ArtifactIdmdc-propagation |
| Version | Version0.6.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mdc-propagation-0.6.3.pom | |
| mdc-propagation-0.6.3.jar | 5 KB |
| mdc-propagation-0.6.3-sources.jar | 4 KB |
| mdc-propagation-0.6.3-javadoc.jar | 370 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.talsmasoftware.context/mdc-propagation/ -->
<dependency>
<groupId>nl.talsmasoftware.context</groupId>
<artifactId>mdc-propagation</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/nl.talsmasoftware.context/mdc-propagation/
implementation 'nl.talsmasoftware.context:mdc-propagation:0.6.3'
// https://jarcasting.com/artifacts/nl.talsmasoftware.context/mdc-propagation/
implementation ("nl.talsmasoftware.context:mdc-propagation:0.6.3")
'nl.talsmasoftware.context:mdc-propagation:jar:0.6.3'
<dependency org="nl.talsmasoftware.context" name="mdc-propagation" rev="0.6.3">
<artifact name="mdc-propagation" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.talsmasoftware.context', module='mdc-propagation', version='0.6.3')
)
libraryDependencies += "nl.talsmasoftware.context" % "mdc-propagation" % "0.6.3"
[nl.talsmasoftware.context/mdc-propagation "0.6.3"]