Informagen Echo Downloads

The Informagen binaries are avaliable as either references in a Maven2 POM file or as a direct download of the JAR library. The libraries contains the application classes, as well as, the webcontainer and JavaScript classes.

The Maven2 libraries can be accessed via the POM by reference the following Maven2 repository by adding a repositories to your POM.

    <repository>
      <id>Informagen</id>
      <url>http://informagen.org/maven</url>
    </repository>
    

Informagen Echo3 Components

Use a Maven2 dependency; use the 'Informagen' repository.

    <dependency>
      <groupId>informagen.echo</groupId>
      <artifactId>informagen-echo-components</artifactId>
      <version>1.4.0</version>
    </dependency>
        

Or download the Java Archive (JAR)

Informagen SimpleCaptcha

Use a Maven2 dependency; use the 'Informagen' repository.

    <dependency>
      <groupId>informagen.echo</groupId>
      <artifactId>informagen-echo-simplecaptcha</artifactId>
      <version>1.0.0</version>
    </dependency>
        

Or download the Java Archive (JAR)

Informagen WebApp Framework

Use a Maven2 dependency; use the 'Informagen' repository.

    <dependency>
      <groupId>informagen.echo</groupId>
      <artifactId>echo-webapp</artifactId>
      <version>1.0.0</version>
    </dependency>
        

Or download the Java Archive (JAR)

Informagen Commons

Use a Maven2 dependency; use the 'Informagen' repository.

    <dependency>
      <groupId>informagen</groupId>
      <artifactId>informagen-commons</artifactId>
      <version>1.0.0</version>
    </dependency>
        

Or download the Java Archive (JAR)