Kraton

A type-safe code generation tool.

Лицензия

Лицензия

BSD-3-Clause
Группа

Группа

com.github.themrmilchmann.kraton
Идентификатор

Идентификатор

kraton
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Kraton
A type-safe code generation tool.
Ссылка на сайт

Ссылка на сайт

https://github.com/TheMrMilchmann/Kraton
Система контроля версий

Система контроля версий

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

Скачать kraton

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jre8 jar 1.1.4
net.sf.jopt-simple : jopt-simple jar 5.0.4

Модули Проекта

Данный проект не имеет модулей.

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!

Версии библиотеки

Версия
0.1.1