License |
License |
---|---|
GroupId | GroupIdcom.github.simonpercic |
ArtifactId | ArtifactIdaircycle-compiler |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAirCycle-Compiler
AirCycle Compiler - flexible binding of Android Activity lifecycle callbacks to fields
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aircycle-compiler-1.2.0.pom | |
aircycle-compiler-1.2.0.jar | 47 KB |
aircycle-compiler-1.2.0-sources.jar | 15 KB |
aircycle-compiler-1.2.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/aircycle-compiler/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>aircycle-compiler</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/aircycle-compiler/
implementation 'com.github.simonpercic:aircycle-compiler:1.2.0'
// https://jarcasting.com/artifacts/com.github.simonpercic/aircycle-compiler/
implementation ("com.github.simonpercic:aircycle-compiler:1.2.0")
'com.github.simonpercic:aircycle-compiler:jar:1.2.0'
<dependency org="com.github.simonpercic" name="aircycle-compiler" rev="1.2.0">
<artifact name="aircycle-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='aircycle-compiler', version='1.2.0')
)
libraryDependencies += "com.github.simonpercic" % "aircycle-compiler" % "1.2.0"
[com.github.simonpercic/aircycle-compiler "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.simonpercic : aircycle-api | jar | 1.2.0 |
com.google.auto.service : auto-service | jar | 1.0-rc2 |
com.squareup : javapoet | jar | 1.7.0 |
com.github.simonpercic : collectionhelper | jar | 1.2.0 |
com.google.dagger : dagger | jar | 2.6 |
com.google.android : android | jar | 4.1.1.4 |