| GroupId | GroupIdde.bund.bva.isyfact |
|---|---|
| ArtifactId | ArtifactIdisy-polling |
| Version | Version1.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| isy-polling-1.6.1.pom | |
| isy-polling-1.6.1.jar | 34 KB |
| isy-polling-1.6.1-sources.jar | 44 KB |
| isy-polling-1.6.1-javadoc.jar | 130 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-polling/ -->
<dependency>
<groupId>de.bund.bva.isyfact</groupId>
<artifactId>isy-polling</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-polling/
implementation 'de.bund.bva.isyfact:isy-polling:1.6.1'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-polling/
implementation ("de.bund.bva.isyfact:isy-polling:1.6.1")
'de.bund.bva.isyfact:isy-polling:jar:1.6.1'
<dependency org="de.bund.bva.isyfact" name="isy-polling" rev="1.6.1">
<artifact name="isy-polling" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='isy-polling', version='1.6.1')
)
libraryDependencies += "de.bund.bva.isyfact" % "isy-polling" % "1.6.1"
[de.bund.bva.isyfact/isy-polling "1.6.1"]