We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using SBT:
libraryDependencies += "com.github.marklister" %% "product-collections" % "1.4.3"
or for scala-js
libraryDependencies += "com.github.marklister" %%% "product-collections" % "1.4.3"
Using Maven:
<dependency> <groupId>com.github.marklister</groupId> <artifactId>product-collections_2.11</artifactId> <version>1.4.3</version> </dependency>