License |
License |
---|---|
GroupId | GroupIdcom.github.japgolly |
ArtifactId | ArtifactIdsvg-android |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptionsvg-android
Brings SVG parsing and drawing functionality to Android devices. Forked from the original project at http://code.google.com/p/svg-android/.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
svg-android-2.0.0.pom | |
svg-android-2.0.0.jar | 34 KB |
svg-android-2.0.0-sources.jar | 18 KB |
svg-android-2.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.japgolly/svg-android/ -->
<dependency>
<groupId>com.github.japgolly</groupId>
<artifactId>svg-android</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly/svg-android/
implementation 'com.github.japgolly:svg-android:2.0.0'
// https://jarcasting.com/artifacts/com.github.japgolly/svg-android/
implementation ("com.github.japgolly:svg-android:2.0.0")
'com.github.japgolly:svg-android:jar:2.0.0'
<dependency org="com.github.japgolly" name="svg-android" rev="2.0.0">
<artifact name="svg-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly', module='svg-android', version='2.0.0')
)
libraryDependencies += "com.github.japgolly" % "svg-android" % "2.0.0"
[com.github.japgolly/svg-android "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 2.1_r1 |