License |
License |
---|---|
GroupId | GroupIdcom.github.fluidsonic |
ArtifactId | ArtifactIdfluid-compiler |
Version | Version0.9.4 |
Type | Typejar |
Description |
Descriptionfluid-compiler
Compile Kotlin code and run Kapt annotation processing directly from Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fluid-compiler-0.9.4.pom | |
fluid-compiler-0.9.4.jar | 46 KB |
fluid-compiler-0.9.4-sources.jar | 9 KB |
fluid-compiler-0.9.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-compiler/ -->
<dependency>
<groupId>com.github.fluidsonic</groupId>
<artifactId>fluid-compiler</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-compiler/
implementation 'com.github.fluidsonic:fluid-compiler:0.9.4'
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-compiler/
implementation ("com.github.fluidsonic:fluid-compiler:0.9.4")
'com.github.fluidsonic:fluid-compiler:jar:0.9.4'
<dependency org="com.github.fluidsonic" name="fluid-compiler" rev="0.9.4">
<artifact name="fluid-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluidsonic', module='fluid-compiler', version='0.9.4')
)
libraryDependencies += "com.github.fluidsonic" % "fluid-compiler" % "0.9.4"
[com.github.fluidsonic/fluid-compiler "0.9.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-bom | jar | 1.3.31 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
com.github.fluidsonic : fluid-stdlib-jvm | jar | 0.9.4 |
org.jetbrains.kotlin : kotlin-compiler-embeddable | jar | 1.3.31 |
org.jetbrains.kotlin : kotlin-annotation-processing-embeddable | jar | 1.3.31 |