Download eb-api--.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 - in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials