is not current version
Last Version 0.9.4

com.percolate:foam 0.9.1

Android crash reporting, event tracking, and log managment library

GroupId

GroupId

com.percolate
ArtifactId

ArtifactId

foam
Version

Version

0.9.1
Type

Type

jar

Download foam 0.9.1


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