License |
License
BSD-3-Clause
|
---|---|
GroupId | GroupIdcom.github.themrmilchmann.kraton |
ArtifactId | ArtifactIdkraton |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionKraton
A type-safe code generation tool.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kraton-0.1.1.pom | |
kraton-0.1.1.jar | 49 KB |
kraton-0.1.1-sources.jar | 9 KB |
kraton-0.1.1-javadoc.jar | 37 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jre8 | jar | 1.1.4 |
net.sf.jopt-simple : jopt-simple | jar | 5.0.4 |