Typekin

Adds structural typing support to java via annotations

License

License

GroupId

GroupId

com.github.henneberger
ArtifactId

ArtifactId

typekin-processor
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Typekin
Adds structural typing support to java via annotations
Project URL

Project URL

https://github.com/henneberger/typekin
Source Code Management

Source Code Management

https://github.com/henneberger/typekin

Download typekin-processor

How to add to project

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

Dependencies

compile (1)

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

provided (1)

Group / Artifact Type Version
com.google.auto.service : auto-service Optional jar 1.0-rc4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0