Skip to content
This repository has been archived by the owner on Oct 22, 2018. It is now read-only.

ivargrimstad/snoop

Repository files navigation

SnoopEE - A Discovery Service for Java EE

SnoopEE [ˈsnuːpı] is an experimental registration and discovery service for Java EE based microservices.

SnoopEE 2.x has a new repo location. Go to the new SnoopEE GitHub Repo

Maven

  1. Released artifacts are available in Maven Central

  2. Snapshots configuration:

    <repositories>
       <repository>
          <id>agilejava-snapshots</id>
          <url>http://nexus.agilejava.eu/content/groups/public</url>
          <snapshots>
             <enabled>true</enabled>
          </snapshots>
       </repository>
    </repositories>