Spork

Annotation binding library

License

License

GroupId

GroupId

io.github.sporklibrary
ArtifactId

ArtifactId

spork
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spork
Annotation binding library
Project URL

Project URL

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

Source Code Management

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

Download spork

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
ch.qos.logback : logback-access jar 1.1.3
junit : junit jar 4.12
ch.qos.logback : logback-core jar 1.1.3
ch.qos.logback : logback-classic jar 1.1.3

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.2.0
3.1.0
3.0.2