Download api-framework-2.1.jar file - Jar a

Jar examples for a:api-framework

Description

API Framework is structured code/pattern/project template for you to write API based system using Vertx Framework

You can download jar file api-framework 2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add api-framework-2.1.jar to your project.

<dependency>
   <groupId>in.erail</groupId>
   <artifactId>api-framework</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'in.erail', name: 'api-framework', version: '2.1'
libraryDependencies += "in.erail" % "api-framework" % "2.1"
<dependency org="in.erail" name="api-framework" rev="2.1"/>
@Grapes(@Grab(group='in.erail', module='api-framework', version='2.1'))
'in.erail:api-framework:jar:2.1'

Download

Click the following link to download the jar file.

api-framework-2.1-javadoc.jar
api-framework-2.1-sources.jar
api-framework-2.1.jar
api-framework-2.1.pom



Related Tutorials