T-SNE-Java icon indicating copy to clipboard operation
T-SNE-Java copied to clipboard

Correct Maven Dependency

Open hageldave opened this issue 4 years ago • 3 comments

Hey, thanks for this great resource of t-SNE implementations!

Its great that you also provide a maven dependency through jitpack, however, if you handed out the correct dependency in your readme that corresponds to this project (not the generic where I have to fill in the details) that would be amazing!

For your convencience:

<dependency>
   <groupId>com.github.lejon</groupId>
   <artifactId>T-SNE-Java</artifactId>
   <version>v2.6.3</version>
</dependency>

hageldave avatar Nov 19 '21 16:11 hageldave

The above dependency is from scijava repository you need to add repository in your pom.xml ex:

<repositories>
    <repository>
        <id>scijava.public</id>
        <url>https://maven.scijava.org/content/groups/public</url>
    </repository>
</repositories>

kaismh avatar Jun 02 '22 11:06 kaismh

@kaismh well, as stated on the project page of this repo, the dependency is from

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

but scijava.org also features it as I just learned. Thanks for pointing this out.

hageldave avatar Jun 07 '22 16:06 hageldave

Thanks, for this great library. Could we get a up to date maven release, with explicit dependencies (not single jar) please?

mbofb avatar Jan 02 '24 15:01 mbofb