| License | License | 
|---|---|
| GroupId | GroupIdcom.ibm.sbt | 
| ArtifactId | ArtifactIdcom.ibm.sbt.php.core | 
| Version | Version1.1.12.20161007-1200 | 
| Type | Typepom | 
| Description | DescriptionThe Social Business Toolkit SDK is a set of libraries and code samples that you use for connecting to the IBM Social Platform.
It covers many products like IBM Connections, IBM Notes/Domino, IBM Sametime.
It includes support for many authentication mechanisms, as well as comprehensive wrappers for the REST APIs.
The SDK can be run on Java-based application servers such WebSphere Application Server, WebSphere Portal, IBM Domino, and Apache Tomcat.
Source code is available at https://github.com/OpenNTF/SocialSDK | 
<!-- https://jarcasting.com/artifacts/com.ibm.sbt/com.ibm.sbt.php.core/ -->
<dependency>
    <groupId>com.ibm.sbt</groupId>
    <artifactId>com.ibm.sbt.php.core</artifactId>
    <version>1.1.12.20161007-1200</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.ibm.sbt/com.ibm.sbt.php.core/
implementation 'com.ibm.sbt:com.ibm.sbt.php.core:1.1.12.20161007-1200'// https://jarcasting.com/artifacts/com.ibm.sbt/com.ibm.sbt.php.core/
implementation ("com.ibm.sbt:com.ibm.sbt.php.core:1.1.12.20161007-1200")'com.ibm.sbt:com.ibm.sbt.php.core:pom:1.1.12.20161007-1200'<dependency org="com.ibm.sbt" name="com.ibm.sbt.php.core" rev="1.1.12.20161007-1200">
  <artifact name="com.ibm.sbt.php.core" type="pom" />
</dependency>@Grapes(
@Grab(group='com.ibm.sbt', module='com.ibm.sbt.php.core', version='1.1.12.20161007-1200')
)libraryDependencies += "com.ibm.sbt" % "com.ibm.sbt.php.core" % "1.1.12.20161007-1200"[com.ibm.sbt/com.ibm.sbt.php.core "1.1.12.20161007-1200"]