t

tests

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