is not current version
Last Version 2.0.6

com.github.japgolly.android:svg-android 2.0.1

Brings SVG parsing and drawing functionality to Android devices. Forked from the original project at http://code.google.com/p/svg-android/.

GroupId

GroupId

com.github.japgolly.android
ArtifactId

ArtifactId

svg-android
Version

Version

2.0.1
Type

Type

jar

Download svg-android 2.0.1


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