License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.github.kevinwl02.plasmaui |
ArtifactId | ArtifactIdlibrary |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionPlasmaUI
Android animation library that lets you animate with minimum amount of code
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-0.0.1.pom | |
library-0.0.1.aar | 74 KB |
library-0.0.1-sources.jar | 18 KB |
library-0.0.1-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kevinwl02.plasmaui/library/ -->
<dependency>
<groupId>com.github.kevinwl02.plasmaui</groupId>
<artifactId>library</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevinwl02.plasmaui/library/
implementation 'com.github.kevinwl02.plasmaui:library:0.0.1'
// https://jarcasting.com/artifacts/com.github.kevinwl02.plasmaui/library/
implementation ("com.github.kevinwl02.plasmaui:library:0.0.1")
'com.github.kevinwl02.plasmaui:library:aar:0.0.1'
<dependency org="com.github.kevinwl02.plasmaui" name="library" rev="0.0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevinwl02.plasmaui', module='library', version='0.0.1')
)
libraryDependencies += "com.github.kevinwl02.plasmaui" % "library" % "0.0.1"
[com.github.kevinwl02.plasmaui/library "0.0.1"]