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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials