a

atrium-domain-robstoll-lib

Contains the bits and pieces behind robstoll's implementationof the domain of Atrium for the JVM platform. You should only depend on this module if you are providing an implementation as well and want to reuse certain artifacts. If you are a consumer of Atrium, then you should depend on atrium-domain-robstoll instead.
https://github.com/robstoll/atrium
European Union Public Licence, Version 1.2
Robert Stoll
Files download
File Operation
atrium-domain-robstoll-lib-0.9.0.jar download
atrium-domain-robstoll-lib-0.9.0.pom download
atrium-domain-robstoll-lib-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.tutteli.atrium</groupId>
  <artifactId>atrium-domain-robstoll-lib</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'ch.tutteli.atrium:atrium-domain-robstoll-lib:0.9.0'
Gradle Kotlin
implementation("ch.tutteli.atrium:atrium-domain-robstoll-lib:0.9.0")
Scala SBT
libraryDependencies += "ch.tutteli.atrium" % "atrium-domain-robstoll-lib" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='ch.tutteli.atrium', module='atrium-domain-robstoll-lib', version='0.9.0')
)
Apache Ivy
<dependency org="ch.tutteli.atrium" name="atrium-domain-robstoll-lib" rev="0.9.0" />
Leiningen
[ch.tutteli.atrium/atrium-domain-robstoll-lib "0.9.0"]
Apache Buildr
'ch.tutteli.atrium:atrium-domain-robstoll-lib:jar:0.9.0'