<dependency> <groupId>io.data2viz</groupId> <artifactId>d2v-scale-android</artifactId> <version>0.8.0-RC5</version> <type>pom</type> </dependency>
implementation 'io.data2viz:d2v-scale-android:0.8.0-RC5'
implementation("io.data2viz:d2v-scale-android:0.8.0-RC5")
libraryDependencies += "io.data2viz" % "d2v-scale-android" % "0.8.0-RC5"
@Grapes( @Grab(group='io.data2viz', module='d2v-scale-android', version='0.8.0-RC5') )
<dependency org="io.data2viz" name="d2v-scale-android" rev="0.8.0-RC5" />
[io.data2viz/d2v-scale-android "0.8.0-RC5"]
'io.data2viz:d2v-scale-android:jar:0.8.0-RC5'