
This is the official release of the MAven Research INterface (MARIN) v2.0.0. Major new features include: Whole-Library analysis, which invokes an analysis callback for entire libraries Iterator implementations that provide the same information enrichment functionalities as analyses, but do not require users to inherit from an abstract base class Redesign of CLI parameter names and syntax, shorthand names for each parameter Configuration Builders to programmatically build MARIN configuration objects Basic support for semantic versioning Built-In utilities to obtain OPAL project instances for an artifact's JAR file Replace Akka (licensing restrictions) with Apache Pekko Update OPAL dependency to 7.0.0 You can include this release in your Maven project by adding the following dependency: <dependency> <groupId>eu.sse-labs</groupId> <artifactId>marin</artifactId> <version>2.0.0</version> </dependency>
