is not current version
Last Version 0.9.4

com.percolate:foam 0.9.2

Android crash reporting, event tracking, and log managment library

GroupId

GroupId

com.percolate
ArtifactId

ArtifactId

foam
Version

Version

0.9.2
Type

Type

jar

Download foam 0.9.2


<!-- https://jarcasting.com/artifacts/com.percolate/foam/ -->
<dependency>
    <groupId>com.percolate</groupId>
    <artifactId>foam</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.percolate/foam/
implementation 'com.percolate:foam:0.9.2'
// https://jarcasting.com/artifacts/com.percolate/foam/
implementation ("com.percolate:foam:0.9.2")
'com.percolate:foam:jar:0.9.2'
<dependency org="com.percolate" name="foam" rev="0.9.2">
  <artifact name="foam" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.percolate', module='foam', version='0.9.2')
)
libraryDependencies += "com.percolate" % "foam" % "0.9.2"
[com.percolate/foam "0.9.2"]