License |
License |
---|---|
GroupId | GroupIdcom.github.megatronking.stringfog |
ArtifactId | ArtifactIdlib |
Version | Version1.2.2 |
Type | Typejar |
Description |
Descriptionlib
A SVG Support Library for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lib-1.2.2.pom | |
lib-1.2.2.jar | 9 KB |
lib-1.2.2-sources.jar | 8 KB |
lib-1.2.2-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megatronking.stringfog/lib/ -->
<dependency>
<groupId>com.github.megatronking.stringfog</groupId>
<artifactId>lib</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/lib/
implementation 'com.github.megatronking.stringfog:lib:1.2.2'
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/lib/
implementation ("com.github.megatronking.stringfog:lib:1.2.2")
'com.github.megatronking.stringfog:lib:jar:1.2.2'
<dependency org="com.github.megatronking.stringfog" name="lib" rev="1.2.2">
<artifact name="lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megatronking.stringfog', module='lib', version='1.2.2')
)
libraryDependencies += "com.github.megatronking.stringfog" % "lib" % "1.2.2"
[com.github.megatronking.stringfog/lib "1.2.2"]