Download feign-sax-5.0.0.jar file - Jar f

Jar examples for f:feign-sax

Description

feign-sax developed by Netflix

You can download jar file feign-sax 5.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add feign-sax-5.0.0.jar to your project.

<dependency>
   <groupId>com.netflix.feign</groupId>
   <artifactId>feign-sax</artifactId>
   <version>5.0.0</version>
</dependency>
compile group: 'com.netflix.feign', name: 'feign-sax', version: '5.0.0'
libraryDependencies += "com.netflix.feign" % "feign-sax" % "5.0.0"
<dependency org="com.netflix.feign" name="feign-sax" rev="5.0.0"/>
@Grapes(@Grab(group='com.netflix.feign', module='feign-sax', version='5.0.0'))
'com.netflix.feign:feign-sax:jar:5.0.0'

Download

Click the following link to download the jar file.

feign-sax-5.0.0-javadoc.jar
feign-sax-5.0.0-sources.jar
feign-sax-5.0.0.jar
feign-sax-5.0.0.pom



Related Tutorials