is not current version
Last Version 0.18.0

ch.tutteli.atrium:atrium-specs 0.9.0-alpha2

Provides specifications of Atrium (for the JVM platform) which can be reused by APIs and domain/core-implementations of Atrium, to verify that they fulfill the specification.

GroupId

GroupId

ch.tutteli.atrium
ArtifactId

ArtifactId

atrium-specs
Version

Version

0.9.0-alpha2
Type

Type

jar

Download atrium-specs 0.9.0-alpha2


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