Skip to content

A set of wrappers to ease the use of Epsilon from standalone applications

License

Notifications You must be signed in to change notification settings

epsilonlabs/epsilon-sigma-executors

Repository files navigation

Epsilon-Sigma-Executors

Epsilon Executors

Epsilon executors aim to provide an easy API for executing Epsilon engines in non-eclipse environments.

Supported versions

epsilon-sigma-executors Epsilon
2.0.0 1.6.x
1.0.0 1.5.x

Installation

The easiest way is to add a maven dependency to your project's pom:

<dependencies>
	<dependency>
   		<groupId>org.eclipse.epsilon.labs/groupId>
		<artifactId>epsilon-sigma-executors</artifactId>
		<version>2.0.0</version>
	</dependency>
</dependencies>

If you want to work with the SNAPSHOT versions, you need to add the OSS Sonatype repository to your pom:

<repositories>
	...
	<repository>
   		<id>oss-sonatype</id>
		<name>oss-sonatype</name>
		<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
		</repository>
	</repositories>
	...
<repositories>	

About

A set of wrappers to ease the use of Epsilon from standalone applications

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages