Search code examples
mavenfunctional-java

Where can I find a repository containing functionaljava 3.0?


I would like to use functional Java 3.0 in a maven project. I have been googling a little, but I can't find valid information to include the corresponsding 'dependency' in my pom.xml.

Someone mentioned that he would upload the artifacts to the scala-tools maven repository, but it does not seem like he followed-up on his announcement.

It does not even seem that earlier versions of functional Java are available from maven.

Does anyone have valid and recent information about this issue?

Thanks!

P.S.: Yes, I know I can download and manually include the .jar in my project, but this is only a workaround solution...


Solution

  • Fact is, I don't like to manually include .jars in repositories, because it is not a distributed solution.

    I have copied the functional java code in a maven 'repository' project called 'externals' and it compiles fine. I can generate the artifacts and have no need to upload them manually anymore.