Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Last active April 29, 2020 23:01
Show Gist options
  • Save ianjennings/08c39c1cff3e3afeed3424553e22dbfd to your computer and use it in GitHub Desktop.
Save ianjennings/08c39c1cff3e3afeed3424553e22dbfd to your computer and use it in GitHub Desktop.

02:52

It's a Maven dependency

02:49

chrome.exe > Maven Repository: com.paircast » sdk-xms » 1.0.2 - Google Chrome

02:54

Which makes it crazy, easy to use.

02:56

diff --git pom.xml pom.xml
--- pom.xml
+++ pom.xml
@@ -19,5 +19,13 @@
 <artifactId>maven-compiler-plugin</artifactId>
 <version>3.8.1</version>
 </dependency>
+
+<!-- https://mvnrepository.com/artifact/com.paircast/sdk-xms -->
+<dependency>
+<groupId>com.paircast</groupId>
+<artifactId>sdk-xms</artifactId>
+<version>1.0.2</version>
+</dependency>
+
 </dependencies>
 </project>
 \ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment