Kraton

A type-safe code generation tool.

License

License

BSD-3-Clause
GroupId

GroupId

com.github.themrmilchmann.kraton
ArtifactId

ArtifactId

kraton
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Kraton
A type-safe code generation tool.
Project URL

Project URL

https://github.com/TheMrMilchmann/Kraton
Source Code Management

Source Code Management

https://github.com/TheMrMilchmann/Kraton.git

Download kraton

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jre8 jar 1.1.4
net.sf.jopt-simple : jopt-simple jar 5.0.4

Project Modules

There are no modules declared in this project.

License Build Status

Kraton

Kraton is a modular code generation tool that may be used to generate code based on type-safe templates written in Kotlin.

Kraton is a forked version of the code generator previously used in Osmerion which itself is a permutation of LWJGL3's generator.

Supported Output

Kraton currently provides just the Java language module. Further languages will be added in future updates.

Check out the issue tracker to see which languages are being worked on or to suggest a feature, or open a pull-request to submit a feature yourself!

Versions

Version
0.1.1