sharefile-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.citrix</groupId> <artifactId>sharefile-api</artifactId> <version>3.1.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.citrix</groupId> <artifactId>sharefile-api</artifactId> <version>3.1.5</version> <name>ShareFile-Api</name> <description>ShareFile Java SDK using the V3 API</description> <url>https://github.com/citrix/ShareFile-Java</url> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://github.com/citrix/ShareFile-Java/blob/master/LICENSE.txt</url> </license> </licenses> <developers> <developer> <id>nileshp</id> <name>Nilesh Pawar</name> <email>nilesh.pawar@citrix.com</email> </developer> </developers> <scm> <url>https://github.com/citrix/ShareFile-Java.git</url> </scm> </project>