
io.relayr.java.RelayrModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for connecting to the Relayr Cloud
The newest version!
package io.relayr.java;
import dagger.Module;
@Module(
staticInjections = {
RelayrJavaSdk.class
},
injects = {
RelayrJavaApp.class
},
library = true,
complete = false
)
final class RelayrModule { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy