GroupId | GroupIdorg.yamcs |
---|---|
ArtifactId | ArtifactIdtests |
Version | Version5.5.6 |
Type | Typejar |
Filename | Size |
---|---|
tests-5.5.6.pom | |
tests-5.5.6.jar | 24 KB |
tests-5.5.6-sources.jar | 11 KB |
tests-5.5.6-javadoc.jar | 445 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.yamcs/tests/ -->
<dependency>
<groupId>org.yamcs</groupId>
<artifactId>tests</artifactId>
<version>5.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.yamcs/tests/
implementation 'org.yamcs:tests:5.5.6'
// https://jarcasting.com/artifacts/org.yamcs/tests/
implementation ("org.yamcs:tests:5.5.6")
'org.yamcs:tests:jar:5.5.6'
<dependency org="org.yamcs" name="tests" rev="5.5.6">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yamcs', module='tests', version='5.5.6')
)
libraryDependencies += "org.yamcs" % "tests" % "5.5.6"
[org.yamcs/tests "5.5.6"]