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