Download eb-core--.jar file - Jar e

Jar examples for e:eb-core

Description

Runtime artifact for engineblock; This module ties the core libraries, provided drivers, and API into a single executable jar

You can download jar file eb-core - in this page.

Build File

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

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

Download

Click the following link to download the jar file.

eb-core---javadoc.jar
eb-core---sources.jar
eb-core--.jar
eb-core--.pom



Related Tutorials