is not current version
Last Version 0.4.0

io.github.high-stakes:autointerface 0.2.0

Java annotation processor to generate interfaces.

Categories

Categories

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

GroupId

io.github.high-stakes
ArtifactId

ArtifactId

autointerface
Version

Version

0.2.0
Type

Type

jar

Download autointerface 0.2.0


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