Download edison-core-1.0.0.RELEASE.jar file - Jar e

Jar examples for e:edison-core

Description

Core library for all Edison libraries.

You can download jar file edison-core 1.0.0.RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add edison-core-1.0.0.RELEASE.jar to your project.

<dependency>
   <groupId>de.otto.edison</groupId>
   <artifactId>edison-core</artifactId>
   <version>1.0.0.RELEASE</version>
</dependency>
compile group: 'de.otto.edison', name: 'edison-core', version: '1.0.0.RELEASE'
libraryDependencies += "de.otto.edison" % "edison-core" % "1.0.0.RELEASE"
<dependency org="de.otto.edison" name="edison-core" rev="1.0.0.RELEASE"/>
@Grapes(@Grab(group='de.otto.edison', module='edison-core', version='1.0.0.RELEASE'))
'de.otto.edison:edison-core:jar:1.0.0.RELEASE'

Download

Click the following link to download the jar file.

edison-core-1.0.0.RELEASE-javadoc.jar
edison-core-1.0.0.RELEASE-sources.jar
edison-core-1.0.0.RELEASE.jar
edison-core-1.0.0.RELEASE.pom



Related Tutorials