pb sdk 0.9.77 ?

Forum for development in the Java programming language.

Re: pb sdk 0.9.77 ?

Postby aksel » 01 Nov 2016, 20:40

Anders wrote:Great project. I strongly encourage you to make this forum aware of you github heatmap project by posting a new thread about it. Many could benefit from it.


Thanks! Will do.

I strongly encourage anyone doing GUI work to use JavaFX. Especially when all the hard work of setting up the needed Gradle routines is already done for you in the project you mention.


Yeah, that's probably a good idea. I'm just used to Swing.

I also just remembered why I added the Jar in the first place.
The project started out as a template I created way back. It is set up to use Maven, and I could never figure out how to add the SDK.

Adding the following snippet from BinTray to the pom.xml file gives me an error, telling me the dependency was not found.
Code: Select all
<dependency>
    <groupId>com.theeyetribe</groupId>
    <artifactId>eyetribe-java</artifactId>
    <version>0.9.77</version>
    <type>pom</type>
</dependency>

Any word on this? Does it only work with JCenter?


EDIT: Nevermind, noticed you mention this in the readme file. Thanks again for the help!
aksel
 
Posts: 3
Joined: 09 Sep 2016, 12:55

Previous

Return to Java



cron