SevenBridges Java :: API · The SevenBridges Java API .jar provides a Java API that your code can use to make calls to the SevenBridges API. This .jar is the only compile-time dependency within the SevenBridges Java project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
Group: com.sevenbridges.apiclient - All Dependencies
SevenBridges Java :: Impl · The SevenBridges Java core implementation .jar is used at runtime to support API invocations. This implementation jar should be a runtime dependency only and should NOT be depended on at compile time by your code. The implementations within this jar can change at any time without warning - use it with runtime scope only.
SevenBridges Java :: Extensions :: HTTP Client · The SevenBridges Java HTTP Client implementation .jar is used at runtime to make HTTP calls to SevenBridges's REST API using the Apache Http Client library. This implementation jar should be a runtime dependency only and should NOT be depended on at compile time by your code. The implementations within this jar can change at any time without warning - use it with runtime scope only.
SevenBridges Platform Java · The SevenBridges Platform Java enables JVM-based applications to easily interact with SevenBridges's REST API.