You can buy this project and download/modify it how often you want.
package java.lang.ref case class WeakReference[A](value: A) { def get(): A = value }