GroupId | GroupIdde.bund.bva.isyfact |
---|---|
ArtifactId | ArtifactIdisy-serviceapi-sst-bridge |
Version | Version1.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-sst-bridge/ -->
<dependency>
<groupId>de.bund.bva.isyfact</groupId>
<artifactId>isy-serviceapi-sst-bridge</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-sst-bridge/
implementation 'de.bund.bva.isyfact:isy-serviceapi-sst-bridge:1.8.0'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-sst-bridge/
implementation ("de.bund.bva.isyfact:isy-serviceapi-sst-bridge:1.8.0")
'de.bund.bva.isyfact:isy-serviceapi-sst-bridge:jar:1.8.0'
<dependency org="de.bund.bva.isyfact" name="isy-serviceapi-sst-bridge" rev="1.8.0">
<artifact name="isy-serviceapi-sst-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='isy-serviceapi-sst-bridge', version='1.8.0')
)
libraryDependencies += "de.bund.bva.isyfact" % "isy-serviceapi-sst-bridge" % "1.8.0"
[de.bund.bva.isyfact/isy-serviceapi-sst-bridge "1.8.0"]