License |
License |
---|---|
GroupId | GroupIdcom.github.thake.avro4k |
ArtifactId | ArtifactIdavro4k-compiler |
Version | Version0.5.0 |
Type | Typejar |
Description |
DescriptionAvro compiler component for kotlin
Compilers for Avro IDL and JSON. Compiles to avro4k compatible kotlin files
|
Filename | Size |
---|---|
avro4k-compiler-0.5.0.pom | |
avro4k-compiler-0.5.0.jar | 32 KB |
avro4k-compiler-0.5.0-sources.jar | 23 KB |
avro4k-compiler-0.5.0-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-compiler/ -->
<dependency>
<groupId>com.github.thake.avro4k</groupId>
<artifactId>avro4k-compiler</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-compiler/
implementation 'com.github.thake.avro4k:avro4k-compiler:0.5.0'
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-compiler/
implementation ("com.github.thake.avro4k:avro4k-compiler:0.5.0")
'com.github.thake.avro4k:avro4k-compiler:jar:0.5.0'
<dependency org="com.github.thake.avro4k" name="avro4k-compiler" rev="0.5.0">
<artifact name="avro4k-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thake.avro4k', module='avro4k-compiler', version='0.5.0')
)
libraryDependencies += "com.github.thake.avro4k" % "avro4k-compiler" % "0.5.0"
[com.github.thake.avro4k/avro4k-compiler "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avro : avro | jar | 1.10.0 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.apache.commons : commons-text | jar | 1.9 |
org.apache.velocity : velocity-engine-core | jar | 2.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.8 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.avro : avro-compiler | jar | 1.10.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
com.github.avro-kotlin.avro4k : avro4k-core | jar | 1.0.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.20 |
org.jetbrains.kotlin : kotlin-compiler-embeddable | jar | 1.4.20 |
org.jetbrains.kotlin : kotlin-script-util | jar | 1.4.20 |
org.slf4j : slf4j-simple | jar | 1.7.30 |