- TBD
- mvn pom.xml dependency scrub - no API changes whatsoever
- Introduced the Library metaphor
- Effectively the initial release of the SDK
- Profiles REST documentation
- Objects REST documentation
- Flows REST documentation
- SDK JavaDocs (stable)
- SMART COSMOS Developer Portal
Java developers that rely on Maven Central can access the SMART COSMOS Platform Core using the following coordinates:
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>platform-core</artifactId>
<version>1.0</version>
</dependency>
Likewise, Java developers who want to use the SMART COSMOS Java Client for easy access to the platform, thus eliminating the need to deal directly with HTTP, JSON, and REST calls, the Maven Central coordinates are:
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>java-client</artifactId>
<version>1.0</version>
</dependency>