Skip to content

Spectrum 1.0.2: Now on Maven Central

Compare
Choose a tag to compare
@greghaskins greghaskins released this 28 Feb 01:43
· 193 commits to master since this release

Spectrum is now available on Maven Central! This much-requested feature will make it even easier to start using Spectrum for your project.

Gradle:

testCompile 'com.greghaskins:spectrum:1.0.2'

Maven:

<dependency>
    <groupId>com.greghaskins</groupId>
    <artifactId>spectrum</artifactId>
    <version>1.0.2</version>
    <scope>test</scope>
</dependency>

The 1.0.2 version bump does not add or change any functionality from 1.0.0; it consists only of changes to pom.xml and deployment scripts required to get Spectrum onto Sonatype's OSSRH.