MVN

film.interactive.platform : svgutils

Maven & Gradle

Feb 28, 2020

film.interactive.utils:svgutils · Utils for parsing SVG in Android

<dependency>
    <groupId>film.interactive.platform</groupId>
    <artifactId>svgutils</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of film.interactive.platform : svgutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of film.interactive.platform : svgutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
svgutils-1.0.1

How to add a dependency to Maven

Add the following film.interactive.platform : svgutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>film.interactive.platform</groupId>
    <artifactId>svgutils</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following film.interactive.platform : svgutils gradle dependency to your build.gradle file:

implementation 'film.interactive.platform:svgutils:1.0.1'

Gradle Kotlin DSL: Add the following film.interactive.platform : svgutils gradle kotlin dependency to your build.gradle.kts file:

implementation("film.interactive.platform:svgutils:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following film.interactive.platform : svgutils sbt scala dependency to your build.sbt file:

libraryDependencies += "film.interactive.platform" % "svgutils" % "1.0.1"

Advertisement