Fork me on GitHub

OpenTox AA client

A java client library and a command line tool for accessing OpenTox authentication and authorization services.

Maven

Use as Maven dependency:

Release

        <dependency>
          <groupId>ambit</groupId>
          <artifactId>opentox-opensso</artifactId>
          <version>1.0.4</version>
        </dependency>
        
    <repository>
        <id>ambit-plovdiv-releases</id>
        <url>http://ambit.uni-plovdiv.bg:8083/nexus/content/repositories/releases</url>
        <snapshots>
        <enabled>false</enabled>
         </snapshots>
    </repository>

Snapshots

        <dependency>
          <groupId>ambit</groupId>
          <artifactId>opentox-opensso</artifactId>
          <version>1.0.4-SNAPSHOT</version>
        </dependency>
 
    <repository>
        <id>ambit-plovdiv-snapshots</id>
        <url>http://ambit.uni-plovdiv.bg:8083/nexus/content/repositories/snapshots</url>
        <snapshots>
               <enabled>true</enabled>
        </snapshots>
    </repository>