License |
License |
---|---|
GroupId | GroupIdcom.lightningkite.butterfly |
ArtifactId | ArtifactIdbutterfly-android |
Version | Version0.2.0 |
Type | Typeaar |
Description |
DescriptionButterfly-Android
An Android framework for consistent and stable app development. Built for easy use with Khrysalis, a code conversion tool.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
butterfly-android-0.2.0.pom | |
butterfly-android-0.2.0.aar | 777 KB |
butterfly-android-0.2.0-sources.jar | 123 KB |
butterfly-android-0.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightningkite.butterfly/butterfly-android/ -->
<dependency>
<groupId>com.lightningkite.butterfly</groupId>
<artifactId>butterfly-android</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lightningkite.butterfly/butterfly-android/
implementation 'com.lightningkite.butterfly:butterfly-android:0.2.0'
// https://jarcasting.com/artifacts/com.lightningkite.butterfly/butterfly-android/
implementation ("com.lightningkite.butterfly:butterfly-android:0.2.0")
'com.lightningkite.butterfly:butterfly-android:aar:0.2.0'
<dependency org="com.lightningkite.butterfly" name="butterfly-android" rev="0.2.0">
<artifact name="butterfly-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lightningkite.butterfly', module='butterfly-android', version='0.2.0')
)
libraryDependencies += "com.lightningkite.butterfly" % "butterfly-android" % "0.2.0"
[com.lightningkite.butterfly/butterfly-android "0.2.0"]