License |
License |
---|---|
GroupId | GroupIdorg.codejuicer |
ArtifactId | ArtifactIdasynchronize-processor |
Version | Version0.9.1 |
Type | Typejar |
Description |
DescriptionAsynchronize :: Annotation Processor
Asynchronize is a Java APT processor that generates an asynchronous interface with callback arguments from interfaces annotated with @Asynchronize
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.codejuicer/asynchronize-processor/ -->
<dependency>
<groupId>org.codejuicer</groupId>
<artifactId>asynchronize-processor</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejuicer/asynchronize-processor/
implementation 'org.codejuicer:asynchronize-processor:0.9.1'
// https://jarcasting.com/artifacts/org.codejuicer/asynchronize-processor/
implementation ("org.codejuicer:asynchronize-processor:0.9.1")
'org.codejuicer:asynchronize-processor:jar:0.9.1'
<dependency org="org.codejuicer" name="asynchronize-processor" rev="0.9.1">
<artifact name="asynchronize-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejuicer', module='asynchronize-processor', version='0.9.1')
)
libraryDependencies += "org.codejuicer" % "asynchronize-processor" % "0.9.1"
[org.codejuicer/asynchronize-processor "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup : javapoet | jar | 1.2.0 |