deephacks / lmdbjni

LMDB for Java
Apache License 2.0
204 stars 28 forks source link

Why not i could get the artifactId that version is 0.4.0 by maven? #32

Closed asdf2014 closed 9 years ago

asdf2014 commented 9 years ago

When i use the following dependecy, i got a problem that could not found the artifactId, but the version is released.

org.deephacks.lmdbjni lmdbjni-win64 0.4.0

How can i do to deal with the problem?

krisskross commented 9 years ago

My Windows VM is broken and I did not want to go through the problem of building 0.4.0 for Windows if there was no interest for it.

I'll look into later this week. If you want you can try the 0.3.2 release in the meantime.

<dependency>
    <groupId>org.deephacks.lmdbjni</groupId>
    <artifactId>lmdbjni-win64</artifactId>
    <version>0.3.2</version>
</dependency>
krisskross commented 9 years ago

Closing for lack of interest.