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

Jar on jitpack.io appears to be missing classes #31

Closed
mdkrajnak opened this issue Aug 28, 2020 · 1 comment
Closed

Jar on jitpack.io appears to be missing classes #31

mdkrajnak opened this issue Aug 28, 2020 · 1 comment

Comments

@mdkrajnak
Copy link

When I download the 5.0.0 coap-core jar from jitpack.io it appears like the TransportExecutors class is missing so the example client does not compile.

I'm downloading via gradle, and I can confirm that the jar is downloaded and contains most of the coap-core classes, but TransportExecutors in com.mbed.coap.transport is not there.

I'm using CoapCli as a sample to try out the API but it does not compile with this class.

I want to use TLS which is new to 5.0.0 so using an older version is not an option.

I'm investigating building a copy for my own use, but I assume that if there is an issue with the jar on jitpack it would be better overall to have a complete jar available.

Thanks.

@szysas
Copy link
Contributor

szysas commented Aug 31, 2020

That version simple does not have that classs. Try to depend on commit build, for example:

dependencies {
	        implementation 'com.github.ArmMbed:java-coap:9cd9e8141b'
	}

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

3 participants