License |
License |
---|---|
GroupId | GroupIdme.aflak.libraries |
ArtifactId | ArtifactIdfilter-processor |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionFilter
Android library to filter any object in a list using a simple annotation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
filter-processor-1.2.pom | |
filter-processor-1.2.jar | 11 KB |
filter-processor-1.2-sources.jar | 5 KB |
filter-processor-1.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.aflak.libraries/filter-processor/ -->
<dependency>
<groupId>me.aflak.libraries</groupId>
<artifactId>filter-processor</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.aflak.libraries/filter-processor/
implementation 'me.aflak.libraries:filter-processor:1.2'
// https://jarcasting.com/artifacts/me.aflak.libraries/filter-processor/
implementation ("me.aflak.libraries:filter-processor:1.2")
'me.aflak.libraries:filter-processor:jar:1.2'
<dependency org="me.aflak.libraries" name="filter-processor" rev="1.2">
<artifact name="filter-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.aflak.libraries', module='filter-processor', version='1.2')
)
libraryDependencies += "me.aflak.libraries" % "filter-processor" % "1.2"
[me.aflak.libraries/filter-processor "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup : javapoet | jar | 1.9.0 |
Group / Artifact | Type | Version |
---|---|---|
me.aflak.libraries : filter-annotation | jar | 1.2 |
com.google.code.gson : gson | jar | 2.8.1 |
com.google.auto.service : auto-service | jar | 1.0-rc3 |