specs2-shapeless


License

License

GroupId

GroupId

org.specs2
ArtifactId

ArtifactId

specs2-shapeless_2.10
Last Version

Last Version

3.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

specs2-shapeless
specs2-shapeless
Project URL

Project URL

http://specs2.org/
Project Organization

Project Organization

org.specs2
Source Code Management

Source Code Management

http://github.com/etorreborre/specs2

Download specs2-shapeless_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.specs2/specs2-shapeless_2.10/ -->
<dependency>
    <groupId>org.specs2</groupId>
    <artifactId>specs2-shapeless_2.10</artifactId>
    <version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-shapeless_2.10/
implementation 'org.specs2:specs2-shapeless_2.10:3.10.0'
// https://jarcasting.com/artifacts/org.specs2/specs2-shapeless_2.10/
implementation ("org.specs2:specs2-shapeless_2.10:3.10.0")
'org.specs2:specs2-shapeless_2.10:jar:3.10.0'
<dependency org="org.specs2" name="specs2-shapeless_2.10" rev="3.10.0">
  <artifact name="specs2-shapeless_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-shapeless_2.10', version='3.10.0')
)
libraryDependencies += "org.specs2" % "specs2-shapeless_2.10" % "3.10.0"
[org.specs2/specs2-shapeless_2.10 "3.10.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
org.specs2 : specs2-matcher_2.10 jar 3.10.0
org.scalamacros : quasiquotes_2.10 jar 2.1.0
com.chuusai : shapeless_2.10 jar 2.3.2

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.10 jar 3.10.0
org.specs2 : specs2-matcher-extra_2.10 jar 3.10.0

Project Modules

There are no modules declared in this project.

Build Status Join the chat at https://gitter.im/etorreborre/specs2

Go to specs2.org to learn more about specs2!

Installation instructions

You need to download and install sbt. Then execute the following command:

sbt update publishLocal

Then you can generate the User Guide with:

sbt testOnly org.specs2.guide.UserGuide -- html

This should create html files in the target/specs2-reports directory.