License |
License |
---|---|
GroupId | GroupIdcom.freedomotic |
ArtifactId | ArtifactIdfreedomotic |
Last Version | Last Version5.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFreedomotic
Open source Internet of Things Application Framework
|
Project URL |
Project URL |
Project Organization |
Project OrganizationFreedomotic |
Filename | Size |
---|---|
freedomotic-5.6.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.freedomotic/freedomotic/ -->
<dependency>
<groupId>com.freedomotic</groupId>
<artifactId>freedomotic</artifactId>
<version>5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.freedomotic/freedomotic/
implementation 'com.freedomotic:freedomotic:5.6'
// https://jarcasting.com/artifacts/com.freedomotic/freedomotic/
implementation ("com.freedomotic:freedomotic:5.6")
'com.freedomotic:freedomotic:pom:5.6'
<dependency org="com.freedomotic" name="freedomotic" rev="5.6">
<artifact name="freedomotic" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.freedomotic', module='freedomotic', version='5.6')
)
libraryDependencies += "com.freedomotic" % "freedomotic" % "5.6"
[com.freedomotic/freedomotic "5.6"]