MVN

com.google.android.filament : filamat-android-full

Maven & Gradle

Jan 28, 2020
17k stars

Filament Material Builder · Real-time physically based rendering engine for Android.

<dependency>
    <groupId>com.google.android.filament</groupId>
    <artifactId>filamat-android-full</artifactId>
    <version>1.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.android.filament : filamat-android-full to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.5

All Versions

Choose a version of com.google.android.filament : filamat-android-full to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
filamat-android-full-1.4.5
filamat-android-full-1.4.4

How to add a dependency to Maven

Add the following com.google.android.filament : filamat-android-full maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.android.filament</groupId>
    <artifactId>filamat-android-full</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.android.filament : filamat-android-full gradle dependency to your build.gradle file:

implementation 'com.google.android.filament:filamat-android-full:1.4.5'

Gradle Kotlin DSL: Add the following com.google.android.filament : filamat-android-full gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.android.filament:filamat-android-full:1.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.android.filament : filamat-android-full sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.android.filament" % "filamat-android-full" % "1.4.5"

Advertisement