Developer API

Documentation for Supreme Ventures developer tools

Product API's are provided via our Nexus repositoryarrow-up-right. All APIs provided via our nexus utilize Lazyarrow-up-right, which automatically extracts developer APIs from all products when they are published to customers.

Distributed API jars contain the same method & field signatures, while removing all our internal method logic. This allows the jars to be safely shared without compromising any sensitive data.

<repositories>
    <repository> <!-- Supreme Ventures Nexus -->
        <id>supreme-ventures-nexus</id>
        <url>https://nexus.supremeventures.ca/repository/maven-releases/</url>
    </repository>
</repositories>

<dependencies>
    <dependency> <!-- SVLib -->
        <groupId>not.savage</groupId>
        <artifactId>SVCommonLib</artifactId>
        <version>1.0.51</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
circle-info

Please note the versions on this page may not be the most up-to-date! Please check our Nexus serverarrow-up-right for the latest build versions.

triangle-exclamation

Last updated