instructions-scalazbind_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.thoughtworks.dsl</groupId> <artifactId>instructions-scalazbind_2.12</artifactId> <version>1.0.0-RC1</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.thoughtworks.dsl</groupId> <artifactId>instructions-scalazbind_2.12</artifactId> <packaging>jar</packaging> <description>instructions-ScalazBind</description> <url>https://github.com/ThoughtWorksInc/Dsl.scala</url> <version>1.0.0-RC1</version> <licenses> <license> <name>Apache</name> <url>http://www.apache.org/licenses/</url> <distribution>repo</distribution> </license> </licenses> <name>instructions-ScalazBind</name> <organization> <name>com.thoughtworks.dsl</name> <url>https://github.com/ThoughtWorksInc/Dsl.scala</url> </organization> <scm> <url>https://github.com/ThoughtWorksInc/Dsl.scala</url> <connection>https://github.com/ThoughtWorksInc/Dsl.scala.git</connection> <developerConnection>git@github.com:ThoughtWorksInc/Dsl.scala.git</developerConnection> </scm> <developers> <developer> <id></id> <name>Travis CI User</name> <email>travis@example.org</email> <url>mailto:travis@example.org</url> </developer> <developer> <id></id> <name>Yang Bo</name> <email>atryyang@thoughtworks.com</email> <url>mailto:atryyang@thoughtworks.com</url> </developer> <developer> <id></id> <name>杨博 (Yang Bo)</name> <email>pop.atry@gmail.com</email> <url>mailto:pop.atry@gmail.com</url> </developer> <developer> <id></id> <name>Yang Bo</name> <email>pop.atry@gmail.com</email> <url>mailto:pop.atry@gmail.com</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.4</version> </dependency> <dependency> <groupId>com.thoughtworks.dsl</groupId> <artifactId>dsl_2.12</artifactId> <version>1.0.0-RC1</version> </dependency> <dependency> <groupId>com.thoughtworks.dsl</groupId> <artifactId>instructions-shift_2.12</artifactId> <version>1.0.0-RC1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.thoughtworks.dsl</groupId> <artifactId>instructions-yield_2.12</artifactId> <version>1.0.0-RC1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalaz</groupId> <artifactId>scalaz-core_2.12</artifactId> <version>7.2.15</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.0.4</version> <scope>test</scope> </dependency> </dependencies> </project>