Download avro-service-archetype-1.7.6.jar file - Jar a

Jar examples for a:avro-service-archetype

Description

Archetype that generates a simple example Avro service

You can download jar file avro-service-archetype 1.7.6 in this page.

License

Apache License

Build File

You can use the following script to add avro-service-archetype-1.7.6.jar to your project.

<dependency>
   <groupId>org.apache.avro</groupId>
   <artifactId>avro-service-archetype</artifactId>
   <version>1.7.6</version>
</dependency>
compile group: 'org.apache.avro', name: 'avro-service-archetype', version: '1.7.6'
libraryDependencies += "org.apache.avro" % "avro-service-archetype" % "1.7.6"
<dependency org="org.apache.avro" name="avro-service-archetype" rev="1.7.6"/>
@Grapes(@Grab(group='org.apache.avro', module='avro-service-archetype', version='1.7.6'))
'org.apache.avro:avro-service-archetype:jar:1.7.6'

Download

Click the following link to download the jar file.

avro-service-archetype-1.7.6-sources.jar
avro-service-archetype-1.7.6.jar
avro-service-archetype-1.7.6.pom



Related Tutorials