Wednesday, May 9, 2012

thread-local-dns RC3 released

Exciting times are among... me.

I've cut an RC of my open source project thread-local-dns and pushed it to Maven Central for everyone to use.

If you'd like to learn more about thread-local-dns, please check out the project page on github:
https://github.com/theotherian/thread-local-dns

If you'd like to use it in your project, add the following to your pom:

  
  <dependency>
    <groupId>com.theotherian.dns</groupId>
    <artifactId>thread-local-dns</artifactId>
    <version>1.0-RC3</version>
  </dependency>
I'll be updating the project page and this blog soon with a practical example of using this library.

No comments:

Post a Comment