AutoInterface

Java annotation processor to generate interfaces.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators Takes User Interface Web Frameworks
GroupId

GroupId

io.github.high-stakes
ArtifactId

ArtifactId

autointerface
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

AutoInterface
Java annotation processor to generate interfaces.
Project URL

Project URL

https://github.com/high-stakes/AutoInterface
Source Code Management

Source Code Management

https://github.com/high-stakes/AutoInterface

Download autointerface

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.squareup : javapoet jar 1.13.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.2