You can download watson-iot-0.1.0.jar in this page.
Eclipse Public License - v 1.0
watson-iot-0.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.ibm.messaging/watson-iot/pom.properties META-INF/maven/com.ibm.messaging/watson-iot/pom.xml com.ibm.internal.iotf.devicemgmt.ConcreteDeviceAction.class com.ibm.internal.iotf.devicemgmt.DMAgentTopic.class com.ibm.internal.iotf.devicemgmt.DMServerTopic.class com.ibm.internal.iotf.devicemgmt.DeviceMgmt.class com.ibm.internal.iotf.devicemgmt.ManagedClient.class com.ibm.internal.iotf.devicemgmt.ResponseCode.class com.ibm.internal.iotf.devicemgmt.device.DeviceDMAgentTopic.class com.ibm.internal.iotf.devicemgmt.device.DeviceDMServerTopic.class com.ibm.internal.iotf.devicemgmt.gateway.GatewayDMAgentTopic.class com.ibm.internal.iotf.devicemgmt.gateway.GatewayDMServerTopic.class com.ibm.internal.iotf.devicemgmt.handler.CancelRequestHandler.class com.ibm.internal.iotf.devicemgmt.handler.DMRequestHandler.class com.ibm.internal.iotf.devicemgmt.handler.DeviceUpdateRequestHandler.class com.ibm.internal.iotf.devicemgmt.handler.FactoryResetRequestHandler.class com.ibm.internal.iotf.devicemgmt.handler.FirmwareDownloadRequestHandler.class com.ibm.internal.iotf.devicemgmt.handler.FirmwareUpdateRequestHandler.class com.ibm.internal.iotf.devicemgmt.handler.ObserveRequestHandler.class com.ibm.internal.iotf.devicemgmt.handler.RebootRequestHandler.class com.ibm.iotf.client.AbstractClient.class com.ibm.iotf.client.IoTFCReSTException.class com.ibm.iotf.client.Message.class com.ibm.iotf.client.api.APIClient.class com.ibm.iotf.client.api.Device.class com.ibm.iotf.client.api.DeviceFactory.class com.ibm.iotf.client.api.HistoricalEvent.class com.ibm.iotf.client.app.ApplicationClient.class com.ibm.iotf.client.app.ApplicationStatus.class com.ibm.iotf.client.app.Command.class com.ibm.iotf.client.app.CommandCallback.class com.ibm.iotf.client.app.DeviceStatus.class com.ibm.iotf.client.app.Event.class com.ibm.iotf.client.app.EventCallback.class com.ibm.iotf.client.app.Status.class com.ibm.iotf.client.app.StatusCallback.class com.ibm.iotf.client.device.Command.class com.ibm.iotf.client.device.CommandCallback.class com.ibm.iotf.client.device.DeviceClient.class com.ibm.iotf.client.gateway.Command.class com.ibm.iotf.client.gateway.GatewayCallback.class com.ibm.iotf.client.gateway.GatewayClient.class com.ibm.iotf.client.gateway.Notification.class com.ibm.iotf.devicemgmt.DeviceAction.class com.ibm.iotf.devicemgmt.DeviceActionHandler.class com.ibm.iotf.devicemgmt.DeviceData.class com.ibm.iotf.devicemgmt.DeviceFirmware.class com.ibm.iotf.devicemgmt.DeviceFirmwareHandler.class com.ibm.iotf.devicemgmt.DeviceInfo.class com.ibm.iotf.devicemgmt.DeviceLocation.class com.ibm.iotf.devicemgmt.DeviceMetadata.class com.ibm.iotf.devicemgmt.LogSeverity.class com.ibm.iotf.devicemgmt.device.ManagedDevice.class com.ibm.iotf.devicemgmt.gateway.ManagedGateway.class com.ibm.iotf.devicemgmt.resource.DateResource.class com.ibm.iotf.devicemgmt.resource.NumberResource.class com.ibm.iotf.devicemgmt.resource.Resource.class com.ibm.iotf.devicemgmt.resource.StringResource.class com.ibm.iotf.util.LoggerUtility.class
watson-iot-0.1.0.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.messaging</groupId> <artifactId>watson-iot</artifactId> <version>0.1.0</version> <packaging>jar</packaging> <name>ibm-messaging/iot-java</name> <description>IBM Watson IoT client library to simplify device/gateway/application interactions with the IoT Platform</description> <url>https://github.com/ibm-messaging/iot-java</url> <scm> <url>https://github.com/ibm-messaging/iot-java</url> <connection>scm:git:git@github.com:ibm-messaging/iot-java.git</connection> <developerConnection>scm:git:git@github.com:ibm-messaging/iot-java.git</developerConnection> </scm> <issueManagement> <url>https://github.com/ibm-messaging/iot-java/issues</url> <system>Issues @ GitHub</system> </issueManagement> <licenses> <license> <name>Eclipse Public License - v 1.0</name> <url>https://github.com/ibm-messaging/iot-java/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Amit M Mangalvedkar</name> <email>amitmangalvedkar@gmail.com</email> <organization>IBM</organization> <organizationUrl>http://www.ibm.com</organizationUrl> </developer> <developer> <name>Sathiskumar Palaniappan</name> <email>sathipal@in.ibm.com</email> <organization>IBM</organization> <organizationUrl>http://www.ibm.com</organizationUrl> </developer> </developers> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <properties> <!-- General properties --> <java.version>1.7</java.version> <!-- maven-compiler-plugin configuration --> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.6.1</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.paho</groupId> <artifactId>org.eclipse.paho.client.mqttv3</artifactId> <version>1.0.3-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>3.3</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.4</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.10</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.1</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.9.2</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.7</version> <configuration> <delimiters> <delimiter>@</delimiter> </delimiters> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>false</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> </plugins> </build> <repositories> <!-- Dependency of the Paho mqqt snapshot is here --> <repository> <id>Eclipse Paho Release Repo</id> <url>https://repo.eclipse.org/content/repositories/paho-snapshots/</url> </repository> </repositories> </project>
<dependency> <groupId>com.ibm.messaging</groupId> <artifactId>watson-iot</artifactId> <version>0.1.0</version> </dependency>
If you think the following watson-iot-0.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download watson-iot-0.1.0.jar file