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