Download eb-api-2.0.39.jar file - Jar e

Jar examples for e:eb-api

Description

The driver API for engineblock; Provides the interfaces needed to build drivers that can be loaded by engineblock core

You can download jar file eb-api 2.0.39 in this page.

Build File

You can use the following script to add eb-api-2.0.39.jar to your project.

<dependency>
   <groupId>io.engineblock</groupId>
   <artifactId>eb-api</artifactId>
   <version>2.0.39</version>
</dependency>
compile group: 'io.engineblock', name: 'eb-api', version: '2.0.39'
libraryDependencies += "io.engineblock" % "eb-api" % "2.0.39"
<dependency org="io.engineblock" name="eb-api" rev="2.0.39"/>
@Grapes(@Grab(group='io.engineblock', module='eb-api', version='2.0.39'))
'io.engineblock:eb-api:jar:2.0.39'

Download

Click the following link to download the jar file.

eb-api-2.0.39-javadoc.jar
eb-api-2.0.39-sources.jar
eb-api-2.0.39.jar
eb-api-2.0.39.pom



Related Tutorials