FluxDroid: CodeFlux Common Android Stuff
This is a collection of commonly-used classes from developing Android applications at CodeFlux.
| License |
License |
|---|---|
| GroupId | GroupIdcom.teamcodeflux.android |
| ArtifactId | ArtifactIdfluxdroid |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFluxDroid
CodeFlux Common Android Stuff.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fluxdroid-0.5.0.pom | |
| fluxdroid-0.5.0.jar | 13 KB |
| fluxdroid-0.5.0-sources.jar | 12 KB |
| fluxdroid-0.5.0-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.teamcodeflux.android/fluxdroid/ -->
<dependency>
<groupId>com.teamcodeflux.android</groupId>
<artifactId>fluxdroid</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.teamcodeflux.android/fluxdroid/
implementation 'com.teamcodeflux.android:fluxdroid:0.5.0'
// https://jarcasting.com/artifacts/com.teamcodeflux.android/fluxdroid/
implementation ("com.teamcodeflux.android:fluxdroid:0.5.0")
'com.teamcodeflux.android:fluxdroid:jar:0.5.0'
<dependency org="com.teamcodeflux.android" name="fluxdroid" rev="0.5.0">
<artifact name="fluxdroid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teamcodeflux.android', module='fluxdroid', version='0.5.0')
)
libraryDependencies += "com.teamcodeflux.android" % "fluxdroid" % "0.5.0"
[com.teamcodeflux.android/fluxdroid "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.8.5 |
This is a collection of commonly-used classes from developing Android applications at CodeFlux.