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 directions and install their jar into your
local repo, or a local repo manager like Nexus.

I'd be hesitant use any library that hadn't figured out how to get their
artifact to central though. It'll just as likely disappear.

Greg Chabala

On Sun, Jan 17, 2021 at 3:46 PM Alub Quinata <alquint...@outlook.com> wrote:

> I have a working pom.xml file, and I want to use Incubed in3.  I added
> these lines to my Maven pom.xml file:
>
> <dependency>
>   <groupId>it.slock</groupId>
>   <artifactId>in3</artifactId>
>   <version>v2.5.4</version>
> </dependency>
>
>
> 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.  Whenever I ran "mvn install", I
> got an error like this:
>
> Could not resolve dependencies for project org.foobar:jar:0.1.0: Could not
> find artifact it.slock:in3:jar:2.5.4 in central (
> https://repo.maven.apache.org/maven2)
>
> I looked on different Maven repositories for "in3" or "it.slock", but I
> could not find anything.  How do you use pom.xml to build in3 for Java?
>

Reply via email to