This is the spy.net maven repo.

Please stop telling me it doesn't have anything it.

Usage

In Apache buildr you can specify the repository like this:


      repositories.remote <<"http://bleu.west.spy.net/~dustin/m2repo/"
    

In maven, you specify it like this:


      <repositories>
        <repository>
          <id>spy</id>
          <name>Spy Repository</name>
          <layout>default</layout>
          <url>http://bleu.west.spy.net/~dustin/m2repo/</url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
    

The Artifact

The actual artifact is specified as follows:


      <dependency>
        <groupId>spy</groupId>
        <artifactId>memcached</artifactId>
        <version>2.4rc1</version>
      </dependency>