Skip to content

Frequently Asked Questions and Answers

What dependencies does the Java module have?

The java module dependencies are managed by maven. You can inspect the pom.xml listed in your version of the java module in dl.signalsciences.net to see the groupId, artifactName and version for third-party dependencies. You can also see the JARs that the module depends on by looking in the same folder. Any JAR that does not have a sigsci- prefix is a third-party dependency. The shaded version of the jar includes those dependencies in it.