is not current version
Last Version 3.0.1

io.github.j8spec:j8spec 2.0.0

RSpec/Jasmine like specs with Java 8 Lambda Expressions

GroupId

GroupId

io.github.j8spec
ArtifactId

ArtifactId

j8spec
Version

Version

2.0.0
Type

Type

jar

Download j8spec 2.0.0


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