License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.fidesmo |
ArtifactId | ArtifactIdfdsm-toolbox |
Version | Version21.04.06 |
Type | Typepom |
Description |
DescriptionFDSM toolbox
Swiss Army Knife for working with Fidesmo devices and Fidesmo API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fdsm-toolbox-21.04.06.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fidesmo/fdsm-toolbox/ -->
<dependency>
<groupId>com.fidesmo</groupId>
<artifactId>fdsm-toolbox</artifactId>
<version>21.04.06</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fidesmo/fdsm-toolbox/
implementation 'com.fidesmo:fdsm-toolbox:21.04.06'
// https://jarcasting.com/artifacts/com.fidesmo/fdsm-toolbox/
implementation ("com.fidesmo:fdsm-toolbox:21.04.06")
'com.fidesmo:fdsm-toolbox:pom:21.04.06'
<dependency org="com.fidesmo" name="fdsm-toolbox" rev="21.04.06">
<artifact name="fdsm-toolbox" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fidesmo', module='fdsm-toolbox', version='21.04.06')
)
libraryDependencies += "com.fidesmo" % "fdsm-toolbox" % "21.04.06"
[com.fidesmo/fdsm-toolbox "21.04.06"]