License |
License |
---|---|
GroupId | GroupIdcom.greghaskins |
ArtifactId | ArtifactIdspectrum |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionSpectrum
A colorful BDD-style test runner for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spectrum-1.2.0.pom | |
spectrum-1.2.0.jar | 70 KB |
spectrum-1.2.0-tests.jar | 224 KB |
spectrum-1.2.0-sources.jar | 42 KB |
spectrum-1.2.0-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greghaskins/spectrum/ -->
<dependency>
<groupId>com.greghaskins</groupId>
<artifactId>spectrum</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.greghaskins/spectrum/
implementation 'com.greghaskins:spectrum:1.2.0'
// https://jarcasting.com/artifacts/com.greghaskins/spectrum/
implementation ("com.greghaskins:spectrum:1.2.0")
'com.greghaskins:spectrum:jar:1.2.0'
<dependency org="com.greghaskins" name="spectrum" rev="1.2.0">
<artifact name="spectrum" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greghaskins', module='spectrum', version='1.2.0')
)
libraryDependencies += "com.greghaskins" % "spectrum" % "1.2.0"
[com.greghaskins/spectrum "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |