jhalterman / expiringmap

A high performance thread-safe map that expires entries
Apache License 2.0
1.01k stars 142 forks source link

maven central? #3

Closed jaceko closed 10 years ago

jaceko commented 10 years ago

Nice work. Is it available in any public maven repository?

jhalterman commented 10 years ago

No - I'm not sure if it's worth releasing there...

jaceko commented 10 years ago

I think it is. Apart from the Guava's CacheBuilder there doesn't seem to be any library of similar functionality available in maven central. Guava is a big library not sure if I want to include it it in my project just for one collection.

jhalterman commented 10 years ago

Ok - I think you're not the first person to ask. I'll get it up to central then ASAP.

jaceko commented 10 years ago

Thanks a lot.

jhalterman commented 10 years ago

Just pushed to central (should take an hour or two to sync up).