testthree
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.NakulSabharwal</groupId>
<artifactId>testthree</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.NakulSabharwal</groupId>
<artifactId>testthree</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.19.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<description>Microsoft Graph SDK</description>
<name>Microsoft Graph Java SDK</name>
<url>https://github.com/microsoftgraph/msgraph-sdk-java</url>
<organization>
<name>Microsoft</name>
<url>https://github.com/microsoftgraph/msgraph-sdk-java</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/microsoftgraph/msgraph-sdk-java/issues</url>
</issueManagement>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/microsoftgraph/msgraph-sdk-java</url>
<connection>scm:git:git://github.com/microsoftgraph/msgraph-sdk-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com:microsoftgraph/msgraph-sdk-java.git</developerConnection>
</scm>
<developers>
<developer>
<name>Microsoft</name>
</developer>
</developers>
</project>