is not current version
Last Version 0.9.4

com.percolate:foam 0.9.0

Android crash reporting, event tracking, and log managment library

GroupId

GroupId

com.percolate
ArtifactId

ArtifactId

foam
Version

Version

0.9.0
Type

Type

aar

Download foam 0.9.0


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