| GroupId | GroupIdpt.sharespot |
|---|---|
| ArtifactId | ArtifactIdiot-core |
| Version | Version0.1.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| iot-core-0.1.17.pom | |
| iot-core-0.1.17.jar | 686 KB |
| iot-core-0.1.17-sources.jar | 286 KB |
| iot-core-0.1.17-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/pt.sharespot/iot-core/ -->
<dependency>
<groupId>pt.sharespot</groupId>
<artifactId>iot-core</artifactId>
<version>0.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/pt.sharespot/iot-core/
implementation 'pt.sharespot:iot-core:0.1.17'
// https://jarcasting.com/artifacts/pt.sharespot/iot-core/
implementation ("pt.sharespot:iot-core:0.1.17")
'pt.sharespot:iot-core:jar:0.1.17'
<dependency org="pt.sharespot" name="iot-core" rev="0.1.17">
<artifact name="iot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pt.sharespot', module='iot-core', version='0.1.17')
)
libraryDependencies += "pt.sharespot" % "iot-core" % "0.1.17"
[pt.sharespot/iot-core "0.1.17"]