Last Version

org.specsy:specsy-core 2.3.3

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

License

License

GroupId

GroupId

org.specsy
ArtifactId

ArtifactId

specsy-core
Version

Version

2.3.3
Type

Type

jar
Description

Description

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

Download specsy-core 2.3.3


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

Dependencies

compile (1)

Group / Artifact Type Version
fi.jumi : jumi-api jar 0.5.437

test (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
org.scala-lang : scala-compiler jar 2.10.7
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.10.19
fi.jumi : jumi-core jar 0.5.437

Project Modules

There are no modules declared in this project.