SciGraph icon indicating copy to clipboard operation
SciGraph copied to clipboard

dependency isn't working

Open ieCecchetti opened this issue 4 years ago • 1 comments

<dependency>
  <groupId>io.scigraph</groupId>
  <artifactId>scigraph-core</artifactId>
  <version>2.0</version>
  <type>jar</type>
  <scope>compile</scope>
</dependency>

produce;

Missing artifact io.scigraph:scigraph-core:jar:2.0

Why is not working? maybe you need to update that? the FAQ when you specify that is from 2016.

ieCecchetti avatar Sep 24 '19 09:09 ieCecchetti

I assume because the jars are not pushed to maven central, https://github.com/SciGraph/SciGraph/issues/192, this doesn't work without cloning the repo and building the jar locally. I'll update the wiki, thanks for pointing this out!

kshefchek avatar Sep 25 '19 01:09 kshefchek