t

tests

Some integration tests.
Files download
File Operation
tests-5.5.6.jar download
tests-5.5.6.pom download
tests-5.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.yamcs</groupId>
  <artifactId>tests</artifactId>
  <version>5.5.6</version>
</dependency>
Gradle Groovy
implementation 'org.yamcs:tests:5.5.6'
Gradle Kotlin
implementation("org.yamcs:tests:5.5.6")
Scala SBT
libraryDependencies += "org.yamcs" % "tests" % "5.5.6"
Groovy Grape
@Grapes(
  @Grab(group='org.yamcs', module='tests', version='5.5.6')
)
Apache Ivy
<dependency org="org.yamcs" name="tests" rev="5.5.6" />
Leiningen
[org.yamcs/tests "5.5.6"]
Apache Buildr
'org.yamcs:tests:jar:5.5.6'