License |
License |
---|---|
GroupId | GroupIdorg.apache.avro |
ArtifactId | ArtifactIdavro-compiler |
Last Version | Last Version1.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Avro Compiler
Compilers for Avro IDL and Avro Specific Java API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
avro-compiler-1.11.0.pom | |
avro-compiler-1.11.0.jar | 69 KB |
avro-compiler-1.11.0-sources.jar | 44 KB |
avro-compiler-1.11.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.avro/avro-compiler/ -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-compiler</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.avro/avro-compiler/
implementation 'org.apache.avro:avro-compiler:1.11.0'
// https://jarcasting.com/artifacts/org.apache.avro/avro-compiler/
implementation ("org.apache.avro:avro-compiler:1.11.0")
'org.apache.avro:avro-compiler:jar:1.11.0'
<dependency org="org.apache.avro" name="avro-compiler" rev="1.11.0">
<artifact name="avro-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.avro', module='avro-compiler', version='1.11.0')
)
libraryDependencies += "org.apache.avro" % "avro-compiler" % "1.11.0"
[org.apache.avro/avro-compiler "1.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avro : avro | jar | 1.11.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.velocity : velocity-engine-core | jar | 2.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.5 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |