GroupId | GroupIdde.bund.bva.isyfact |
---|---|
ArtifactId | ArtifactIdisy-serviceapi-sst-bridge |
Version | Version2.3.2 |
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>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-sst-bridge/
implementation 'de.bund.bva.isyfact:isy-serviceapi-sst-bridge:2.3.2'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-serviceapi-sst-bridge/
implementation ("de.bund.bva.isyfact:isy-serviceapi-sst-bridge:2.3.2")
'de.bund.bva.isyfact:isy-serviceapi-sst-bridge:jar:2.3.2'
<dependency org="de.bund.bva.isyfact" name="isy-serviceapi-sst-bridge" rev="2.3.2">
<artifact name="isy-serviceapi-sst-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='isy-serviceapi-sst-bridge', version='2.3.2')
)
libraryDependencies += "de.bund.bva.isyfact" % "isy-serviceapi-sst-bridge" % "2.3.2"
[de.bund.bva.isyfact/isy-serviceapi-sst-bridge "2.3.2"]