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