License |
License
The MIT License
|
---|---|
GroupId | GroupIdio.github.j8spec |
ArtifactId | ArtifactIdj8spec |
Version | Version3.0.0 |
Type | Typejar |
Description |
Descriptionj8spec
RSpec/Jasmine like specs with Java 8 Lambda Expressions
|
Project URL |
Project URL |
Filename | Size |
---|---|
j8spec-3.0.0.pom | |
j8spec-3.0.0.jar | 41 KB |
j8spec-3.0.0-sources.jar | 17 KB |
j8spec-3.0.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.j8spec/j8spec/ -->
<dependency>
<groupId>io.github.j8spec</groupId>
<artifactId>j8spec</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.j8spec/j8spec/
implementation 'io.github.j8spec:j8spec:3.0.0'
// https://jarcasting.com/artifacts/io.github.j8spec/j8spec/
implementation ("io.github.j8spec:j8spec:3.0.0")
'io.github.j8spec:j8spec:jar:3.0.0'
<dependency org="io.github.j8spec" name="j8spec" rev="3.0.0">
<artifact name="j8spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.j8spec', module='j8spec', version='3.0.0')
)
libraryDependencies += "io.github.j8spec" % "j8spec" % "3.0.0"
[io.github.j8spec/j8spec "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.10.19 |