| GroupId | GroupIdde.bund.bva.isyfact |
|---|---|
| ArtifactId | ArtifactIdisy-polling |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| isy-polling-2.0.1.pom | |
| isy-polling-2.0.1.jar | 32 KB |
| isy-polling-2.0.1-sources.jar | 36 KB |
| isy-polling-2.0.1-javadoc.jar | 149 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-polling/
implementation 'de.bund.bva.isyfact:isy-polling:2.0.1'
// https://jarcasting.com/artifacts/de.bund.bva.isyfact/isy-polling/
implementation ("de.bund.bva.isyfact:isy-polling:2.0.1")
'de.bund.bva.isyfact:isy-polling:jar:2.0.1'
<dependency org="de.bund.bva.isyfact" name="isy-polling" rev="2.0.1">
<artifact name="isy-polling" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bund.bva.isyfact', module='isy-polling', version='2.0.1')
)
libraryDependencies += "de.bund.bva.isyfact" % "isy-polling" % "2.0.1"
[de.bund.bva.isyfact/isy-polling "2.0.1"]