triton-mdata-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.arcizon</groupId>
<artifactId>triton-mdata-client</artifactId>
<version>1.0.1</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.github.arcizon</groupId>
<artifactId>triton-mdata-client</artifactId>
<version>1.0.1</version>
<name>Joyent Triton MData Scala Client</name>
<description>Scala based wrapper for Joyent Triton mdata-client</description>
<url>https://github.com/arcizon/triton-mdata-client</url>
<organization>
<name>com.github.arcizon</name>
<url>https://github.com/arcizon</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>shaikmanu797</id>
<name>Mansoor Baba Shaik</name>
<email>mansoorbabashaik@outlook.com</email>
<url>https://github.com/shaikmanu797</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/arcizon/triton-mdata-client.git</connection>
<developerConnection>scm:git:ssh://github.com/arcizon/triton-mdata-client.git</developerConnection>
<url>https://github.com/arcizon/triton-mdata-client</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/arcizon/triton-mdata-client/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>