Spork Android

Android Annotation binding library

License

License

GroupId

GroupId

io.github.sporklibrary
ArtifactId

ArtifactId

spork-android
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Spork Android
Android Annotation binding library
Project URL

Project URL

https://github.com/SporkLibrary/Spork-Android
Source Code Management

Source Code Management

https://github.com/SporkLibrary/Spork-Android.git

Download spork-android

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.sporklibrary/spork-android/ -->
<dependency>
    <groupId>io.github.sporklibrary</groupId>
    <artifactId>spork-android</artifactId>
    <version>3.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sporklibrary/spork-android/
implementation 'io.github.sporklibrary:spork-android:3.0.0'
// https://jarcasting.com/artifacts/io.github.sporklibrary/spork-android/
implementation ("io.github.sporklibrary:spork-android:3.0.0")
'io.github.sporklibrary:spork-android:aar:3.0.0'
<dependency org="io.github.sporklibrary" name="spork-android" rev="3.0.0">
  <artifact name="spork-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.sporklibrary', module='spork-android', version='3.0.0')
)
libraryDependencies += "io.github.sporklibrary" % "spork-android" % "3.0.0"
[io.github.sporklibrary/spork-android "3.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.sporklibrary : spork jar 3.2.0

Project Modules

There are no modules declared in this project.

ARCHIVED

This project is no longer being worked on.

Spork

travis

Spork is a fast runtime annotation processing library.

Spork contains the following libraries:

  • spork is the annotation processing core
  • spork-inject for dependency injection (javax.inject compatible)
  • spork-android and spork-android-support for Android bindings

Documentation is available on the website

License

Spork is available through the Apache License Version 2.0.

Versions

Version
3.0.0
2.4.4