GroupId | GroupIdcom.github.thake.avro4k |
---|---|
ArtifactId | ArtifactIdavro4k-compiler |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
avro4k-compiler-0.0.1.pom | |
avro4k-compiler-0.0.1.jar | 26 KB |
avro4k-compiler-0.0.1-sources.jar | 16 KB |
avro4k-compiler-0.0.1-javadoc.jar | 422 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-compiler/
implementation 'com.github.thake.avro4k:avro4k-compiler:0.0.1'
// https://jarcasting.com/artifacts/com.github.thake.avro4k/avro4k-compiler/
implementation ("com.github.thake.avro4k:avro4k-compiler:0.0.1")
'com.github.thake.avro4k:avro4k-compiler:jar:0.0.1'
<dependency org="com.github.thake.avro4k" name="avro4k-compiler" rev="0.0.1">
<artifact name="avro4k-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thake.avro4k', module='avro4k-compiler', version='0.0.1')
)
libraryDependencies += "com.github.thake.avro4k" % "avro4k-compiler" % "0.0.1"
[com.github.thake.avro4k/avro4k-compiler "0.0.1"]