Kraton

A type-safe code generation tool.

License

License

BSD-3-Clause
Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.themrmilchmann.kraton
ArtifactId

ArtifactId

kraton-gradle
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-gradle

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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