f

foglight

FogLight is a lightweight runtime that enables makers of all ages and skill levels to create highly performant apps for embedded devices like Raspberry Pi's.
https://github.com/oci-pronghorn/foglight
BSD-3 License
Nathan Tippy
Files download
File Operation
foglight-1.0.0.jar download
foglight-1.0.0.pom download
foglight-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ociweb</groupId>
  <artifactId>foglight</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.ociweb:foglight:1.0.0'
Gradle Kotlin
implementation("com.ociweb:foglight:1.0.0")
Scala SBT
libraryDependencies += "com.ociweb" % "foglight" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ociweb', module='foglight', version='1.0.0')
)
Apache Ivy
<dependency org="com.ociweb" name="foglight" rev="1.0.0" />
Leiningen
[com.ociweb/foglight "1.0.0"]
Apache Buildr
'com.ociweb:foglight:jar:1.0.0'