c

cycle

Cycle simplifies automated acceptance testing by transparently starting any number of microservices before a JUnit test run.
https://github.com/PatternFM/cycle
Apache License, Version 2.0
Brandon Grenier
Files download
File Operation
cycle-1.0.3.jar download
cycle-1.0.3.pom download
cycle-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>fm.pattern</groupId>
  <artifactId>cycle</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'fm.pattern:cycle:1.0.3'
Gradle Kotlin
implementation("fm.pattern:cycle:1.0.3")
Scala SBT
libraryDependencies += "fm.pattern" % "cycle" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='fm.pattern', module='cycle', version='1.0.3')
)
Apache Ivy
<dependency org="fm.pattern" name="cycle" rev="1.0.3" />
Leiningen
[fm.pattern/cycle "1.0.3"]
Apache Buildr
'fm.pattern:cycle:jar:1.0.3'