Download eventasia-framework-0.0.13.RELEASE.jar file - Jar e

Jar examples for e:eventasia-framework

Description

Eventasia is a Event Sourcing Framework for use with Spring Boot

You can download jar file eventasia-framework 0.0.13.RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add eventasia-framework-0.0.13.RELEASE.jar to your project.

<dependency>
   <groupId>com.github.eventasia</groupId>
   <artifactId>eventasia-framework</artifactId>
   <version>0.0.13.RELEASE</version>
</dependency>
compile group: 'com.github.eventasia', name: 'eventasia-framework', version: '0.0.13.RELEASE'
libraryDependencies += "com.github.eventasia" % "eventasia-framework" % "0.0.13.RELEASE"
<dependency org="com.github.eventasia" name="eventasia-framework" rev="0.0.13.RELEASE"/>
@Grapes(@Grab(group='com.github.eventasia', module='eventasia-framework', version='0.0.13.RELEASE'))
'com.github.eventasia:eventasia-framework:jar:0.0.13.RELEASE'

Download

Click the following link to download the jar file.

eventasia-framework-0.0.13.RELEASE-javadoc.jar
eventasia-framework-0.0.13.RELEASE-sources.jar
eventasia-framework-0.0.13.RELEASE.jar
eventasia-framework-0.0.13.RELEASE.pom



Related Tutorials