f

fluffyj.tests

Helper code that aims at making test code easier to comprehend. Also extra fluffy ❤
https://github.com/itemis/fluffyj-tests
Eclipse Public License - v2.0
itemis AG
Jan Mosig
Files download
File Operation
fluffyj.tests-1.7.5.jar download
fluffyj.tests-1.7.5.pom download
fluffyj.tests-1.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itemis</groupId>
  <artifactId>fluffyj.tests</artifactId>
  <version>1.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.itemis:fluffyj.tests:1.7.5'
Gradle Kotlin
implementation("com.itemis:fluffyj.tests:1.7.5")
Scala SBT
libraryDependencies += "com.itemis" % "fluffyj.tests" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.itemis', module='fluffyj.tests', version='1.7.5')
)
Apache Ivy
<dependency org="com.itemis" name="fluffyj.tests" rev="1.7.5" />
Leiningen
[com.itemis/fluffyj.tests "1.7.5"]
Apache Buildr
'com.itemis:fluffyj.tests:jar:1.7.5'