scala-srv-dns_2.9.2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gilt</groupId> <artifactId>scala-srv-dns_2.9.2</artifactId> <version>0.0.4</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.gilt</groupId> <artifactId>scala-srv-dns_2.9.2</artifactId> <packaging>jar</packaging> <description>scala-srv-dns</description> <url>https://github.com/gilt/scala-srv-dns</url> <version>0.0.4</version> <licenses> <license> <name>Apache-style</name> <url>https://raw.githubusercontent.com/gilt/scala-srv-dns/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>scala-srv-dns</name> <organization> <name>com.gilt</name> <url>https://github.com/gilt/scala-srv-dns</url> </organization> <scm> <url>https://github.com/gilt/scala-srv-dns.git</url> <connection>scm:git:git@github.com:gilt/scala-srv-dns.git</connection> </scm> <developers> <developer> <id>andreyk0</id> <name>Andrey Kartashov</name> <url>https://github.com/andreyk0</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.9.2</version> </dependency> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>2.1.6</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.7</version> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.9.2</artifactId> <version>1.12.4</version> <scope>test</scope> </dependency> </dependencies> </project>