-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi,
I am failing to get a compiled copy of this project.
I have tried to include this module as a maven dependency to the my project, like this:
<dependency>
<groupId>storm</groupId>
<artifactId>trident-memcached</artifactId>
<version>0.0.2-wip2</version>
</dependency>
But then get this maven error:
Missing artifact spy:spymemcached:jar:2.8.1
And indeed the closest match I found for this dependency is:
http://mvnrepository.com/artifact/net.spy/spymemcached
which has a slightly different group.id (notice the net.spy instead of spy) and is only available from eversion 2.9.0.
There is no other jar mentioned for this package on clojars.org:
https://clojars.org/storm/trident-memcached
Best regards,
Svend
Metadata
Metadata
Assignees
Labels
No labels