Download salta-core-0.1.jar file - Jar s

Jar examples for s:salta-core

Description

Core of the Salta Framework. Provides most of the infrastructure, but no API

You can download jar file salta-core 0.1 in this page.

Build File

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

<dependency>
   <groupId>com.github.ruediste.salta</groupId>
   <artifactId>salta-core</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.github.ruediste.salta', name: 'salta-core', version: '0.1'
libraryDependencies += "com.github.ruediste.salta" % "salta-core" % "0.1"
<dependency org="com.github.ruediste.salta" name="salta-core" rev="0.1"/>
@Grapes(@Grab(group='com.github.ruediste.salta', module='salta-core', version='0.1'))
'com.github.ruediste.salta:salta-core:jar:0.1'

Download

Click the following link to download the jar file.

salta-core-0.1-javadoc.jar
salta-core-0.1-sources.jar
salta-core-0.1.jar
salta-core-0.1.pom



Related Tutorials