jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
742 stars 268 forks source link

mvnrepositor cannot version 3.4 ? #248

Closed mr2qin closed 6 years ago

mr2qin commented 6 years ago

i want to use encog 3.4 by maven, but mvnrepositor without it version 3.4

Teka101 commented 6 years ago

👍 need too

jeffheaton commented 6 years ago

Yes this is long overdue! This is next on my list!

jeffheaton commented 6 years ago

Okay, Encog 3.4 has been released, see: link It has been pushed to Nexus OSS Maven repo, and will propagate to the others. Refer to the examples build.gradle for more info: link

Note: that it might take a day or to for all repos to pick it up. For now it is in Nexus (you can pull from there already, refer to the examples Gradle script for info).

<dependency>
  <groupId>org.encog</groupId>
  <artifactId>encog-core</artifactId>
  <version>3.4</version>
</dependency>_

I will close this issue once I see it in Maven central.

jeffheaton commented 6 years ago

Encog 3.4 is now in Maven central. Note that the version number is "3.4" and not 3.4.0".

https://search.maven.org/#artifactdetails%7Corg.encog%7Cencog-core%7C3.4%7Cjar

Teka101 commented 6 years ago

Thank you ! 💯