Re: How do you get "import in3.*;" to work in a Java program when using Maven?

2021-01-17 Thread John Patrick
So what I can tell is the documentation got change on 18 Dec 2019 to mention maven. But the project has never published it into maven central. It also looks like it now uses gradle to build and from what I'm aware of gradle it doesn't have anything configured to even publish. On Sun, 17 Jan 2021

Re: How do you get "import in3.*;" to work in a Java program when using Maven?

2021-01-17 Thread Tamás Cservenák
Did you configure Maven to use the proper repository? (see https://docs.github.com/en/packages/guides/configuring-apache-maven-for-use-with-github-packages ) T On Sun, Jan 17, 2021 at 11:35 PM Alub Quinata wrote: > Yes, I tried that. It did not work. > > From:

Re: How do you get "import in3.*;" to work in a Java program when using Maven?

2021-01-17 Thread Alub Quinata
Yes, I tried that. It did not work. From: Martin Gainty Sent: Sunday, January 17, 2021 5:05 PM To: Maven Users List Subject: Re: How do you get "import in3.*;" to work in a Java program when using Maven? did you try simplifying version to numeric version 2.5.4

Re: How do you get "import in3.*;" to work in a Java program when using Maven?

2021-01-17 Thread Greg Chabala
Looks like it's not on Maven Central. There was an issue opened about it: https://github.com/blockchainsllc/in3/issues/16 As well as two opened yesterday, by a3845: https://github.com/blockchainsllc/in3/issues/28 & https://github.com/blockchainsllc/in3/issues/29 You can follow the project's dire

Re: How do you get "import in3.*;" to work in a Java program when using Maven?

2021-01-17 Thread Martin Gainty
did you try simplifying version to numeric version 2.5.4 Sent: Sunday, January 17, 2021 4:46 PM To: users@maven.apache.org Subject: How do you get "import in3.*;" to work in a Java program when using Maven? I have a working pom.xml file, and I want to use Incubed in3. I added these lines to my

How do you get "import in3.*;" to work in a Java program when using Maven?

2021-01-17 Thread Alub Quinata
I have a working pom.xml file, and I want to use Incubed in3. I added these lines to my Maven pom.xml file: it.slock in3 v2.5.4 I was trying to follow the directions here: https://github.com/blockchainsllc/in3/packages/72045?version=v2.5.4 I tried different versions of in3 too. When