Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JFrog Bintray #10

Open
hexagon-robotics opened this issue Sep 18, 2016 · 2 comments
Open

JFrog Bintray #10

hexagon-robotics opened this issue Sep 18, 2016 · 2 comments

Comments

@hexagon-robotics
Copy link

Hi!,

Can you upload the library to Bintray to use it with Gradle?

https://bintray.com/search?query=jpigpio

Best regards,
Javier

@sovcik
Copy link
Contributor

sovcik commented Sep 18, 2016

That bintray.com is interesting. I've uploaded most recent build from my fork (which is currently in sync with Niel's master) - you can use it until Neil decides to publish it officially :-)

I created it as Mave repo (looks like to use from Gradle should be pretty simple - according to JFrog ... and assuming I've configured it properly :-) )

@hexagon-robotics
Copy link
Author

Thank you!

I have added to my build.gradle file but not works. "The import jpigpio cannot be resolved"

repositories {
// Use 'jcenter' for resolving your dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
mavenLocal()
mavenCentral()
maven {
url "http://dl.bintray.com/jerady/maven"
url "http://dl.bintray.com/hansolo/Enzo"
url "http://dl.bintray.com/jozef/pub-java"
}
}

dependencies {
// The production code uses the SLF4J logging API at compile time
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'com.lynden:GMapsFX:2.0.9'
compile 'eu.hansolo:colors:1.+'
compile 'eu.hansolo:Medusa:4.+'
compile 'de.jensd:fontawesomefx-commons:8.12'
compile 'de.jensd:fontawesomefx-controls:8.12'
compile 'de.jensd:fontawesomefx-fontawesome:4.6.3'
compile 'de.jensd:fontawesomefx-materialicons:2.2.0'
compile 'de.jensd:fontawesomefx-octicons:4.3.0'
compile 'de.jensd:fontawesomefx-icons525:2.6.0'
compile 'de.jensd:fontawesomefx-weathericons:2.0-3'
compile 'de.jensd:shichimifx:1.0.5'
compile 'de.dimaki:refuel:0.0.5'
compile 'org.apache.httpcomponents:httpclient:4.3.6'
compile 'org.controlsfx:controlsfx:8.40.11'
compile 'eu.hansolo.enzo:Enzo:0.3.6'
compile 'jozef:pub-java:JPigpio:1.0.10-js'

This line I made up:

compile 'jozef:pub-java:JPigpio:1.0.10-js'

What would be the correct path?

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants