License |
License
'The Apache Software License, Version 2.0'
|
---|---|
GroupId | GroupIdcom.github.qicodes |
ArtifactId | ArtifactIdSVGA |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionSVGA
SVGA
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
SVGA-1.0.1.pom | |
SVGA-1.0.1.aar | 168 KB |
SVGA-1.0.1-sources.jar | 43 KB |
SVGA-1.0.1-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.qicodes/SVGA/ -->
<dependency>
<groupId>com.github.qicodes</groupId>
<artifactId>SVGA</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.qicodes/SVGA/
implementation 'com.github.qicodes:SVGA:1.0.1'
// https://jarcasting.com/artifacts/com.github.qicodes/SVGA/
implementation ("com.github.qicodes:SVGA:1.0.1")
'com.github.qicodes:SVGA:aar:1.0.1'
<dependency org="com.github.qicodes" name="SVGA" rev="1.0.1">
<artifact name="SVGA" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.qicodes', module='SVGA', version='1.0.1')
)
libraryDependencies += "com.github.qicodes" % "SVGA" % "1.0.1"
[com.github.qicodes/SVGA "1.0.1"]