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