<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-kotlin</artifactId>
<version>0.18.0</version>
</dependency>
<parent> <groupId>com.fizzed</groupId> <artifactId>blaze</artifactId> <version>0.18.0</version> </parent>
compile
|-- org.jetbrains.kotlin:kotlin-compiler-embeddable
|-- org.jetbrains.kotlin:kotlin-runtime
provided
test
|-- org.hamcrest:java-hamcrest
|-- junit:junit