| GroupId | GroupIdorg.nervos |
|---|---|
| ArtifactId | ArtifactIdtests |
| Version | Version0.17.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tests-0.17.1.pom | |
| tests-0.17.1.jar | 59 KB |
| tests-0.17.1-tests.jar | 261 bytes |
| tests-0.17.1-sources.jar | 26 KB |
| tests-0.17.1-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nervos/tests/ -->
<dependency>
<groupId>org.nervos</groupId>
<artifactId>tests</artifactId>
<version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nervos/tests/
implementation 'org.nervos:tests:0.17.1'
// https://jarcasting.com/artifacts/org.nervos/tests/
implementation ("org.nervos:tests:0.17.1")
'org.nervos:tests:jar:0.17.1'
<dependency org="org.nervos" name="tests" rev="0.17.1">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nervos', module='tests', version='0.17.1')
)
libraryDependencies += "org.nervos" % "tests" % "0.17.1"
[org.nervos/tests "0.17.1"]