GroupId | GroupIdde.gematik.ti |
---|---|
ArtifactId | ArtifactIdvauchannel |
Version | Version1.3.7 |
Type | Typepom |
Filename | Size |
---|---|
vauchannel-1.3.7.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.gematik.ti/vauchannel/ -->
<dependency>
<groupId>de.gematik.ti</groupId>
<artifactId>vauchannel</artifactId>
<version>1.3.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.gematik.ti/vauchannel/
implementation 'de.gematik.ti:vauchannel:1.3.7'
// https://jarcasting.com/artifacts/de.gematik.ti/vauchannel/
implementation ("de.gematik.ti:vauchannel:1.3.7")
'de.gematik.ti:vauchannel:pom:1.3.7'
<dependency org="de.gematik.ti" name="vauchannel" rev="1.3.7">
<artifact name="vauchannel" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.gematik.ti', module='vauchannel', version='1.3.7')
)
libraryDependencies += "de.gematik.ti" % "vauchannel" % "1.3.7"
[de.gematik.ti/vauchannel "1.3.7"]