Fork me on GitHub

The following downloads are provided under the terms and conditions of the
Eclipse Foundation Software User Agreement unless otherwise specified.

Maven Artifacts

The following artifacts are available from the Central Repository:

  • JSR-330-based container that supports classpath scanning, auto-binding, and dynamic auto-wiring

    <dependency>
        <groupId>org.eclipse.sisu</groupId>
        <artifactId>org.eclipse.sisu.inject</artifactId>
        <version>0.9.0-SNAPSHOT</version>
    </dependency>
    
  • Maven plugin that generates annotation indexes for Sisu to avoid classpath scanning at runtime

    <plugin>
      <groupId>org.eclipse.sisu</groupId>
      <artifactId>sisu-maven-plugin</artifactId>
      <version>0.9.0-SNAPSHOT</version>
    </plugin>
    
  • Implementation of Plexus container API and injection semantics on top of Sisu and Google Guice

    <dependency>
      <groupId>org.eclipse.sisu</groupId>
      <artifactId>org.eclipse.sisu.plexus</artifactId>
      <version>0.9.0-SNAPSHOT</version>
    </dependency>
    

Eclipse Update Site (legacy)

Versions newer than 0.3.5 don't provide a dedicated Eclipse P2 update site (in ZIP format) but only the raw OSGi bundles as Maven artifacts as all Sisu bundles are not Eclipse specific at all.

The last available compressed update sites are

which need to be downloaded locally and then your P2 installer needs to point to according local ZIP files. For leveraging newer versions in the Eclipse context just reference the Maven artifacts via the m2e PDE integration.