Currently, my implementation in Maven is:
org.deeplearning4j
deeplearning4j-core
${dl4j.version}
where dl4j.version = 1.0.0-beta7.
I noticed some bugs could already be fixed and checked into the latest release version, is there any way that I can use the latest version in my pom file? Thanks.