How to use EVL
Get the links to integrate EVL in your projects
Get the library
The library is deployed on Maven central. The library code is hosted on GitHub.
To use it with Maven:
<!-- https://mvnrepository.com/artifact/eu.daproject.evl/evl -->
<dependency>
<groupId>eu.daproject.evl</groupId>
<artifactId>evl</artifactId>
<version>1.1.0</version>
</dependency>
Other build tools are available on Maven central.
The code is compiled using Java release 11.
Use the library as module
The library defines a Java 9 module. Simply add to your module-info.java:
requires eu.daproject.evl;
And now?
Depending on your patience, you can start to by reading the concepts or directly jump to the examples. You can also access the javadoc.