There are two top level Maven projects, AMBIT modules and AMBIT applications, consisting of several sub-modules.

The first (AMBIT modules) is used to organize and build libraries, while the second (AMBIT applications) uses these modules as dependencies to build the end user applications and web services.

AMBIT is implemented in Java, uses a MySQL database as backend, and relies on The Chemistry Development Kit for cheminformatics functionality.

The source code is available in a Subversion repository at the SourceForge site.

AMBIT Modules

/ambit2-all (source code at Sourceforge.net SVN)

Downloads at Sourceforge.net

Maven artifacts search

More details about (javadoc, code examples) at GitHub.

AMBIT Applications

/ambit2-all/ambit2-apps (source code at Sourceforge.net SVN)

Downloads at Sourceforge.net

Maven artifacts search

Toxtree dependencies

The Toxtree source code uses some of the AMBIT modules (ambit2-all) as dependencies.

Toxtree code itself is a dependency of the AMBIT applications, such as AMBIT REST web services.

Maven artifacts

Release

<dependency>
  <groupId>ambit</groupId>
  <artifactId>ambit2-*</artifactId>
  <version>2.7.2</version>
</dependency>

Release repository

   <repository>
        <id>ambit-releases</id>
        <url>https://nexus.ideaconsult.net/content/repositories/releases</url>
    </repository>

Snapshots

<dependency>
  <groupId>ambit</groupId>
  <artifactId>ambit2-*</artifactId>
  <version>2.7.3-SNAPSHOT</version>
</dependency>

Snapshots Repository

   <repository>
        <id>ambit-releases</id>
        <url>https://nexus.ideaconsult.net/content/repositories/snapshots</url>
    </repository>

Back to top

Last Published: 2018-05-16.