| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.consensys.quorum.tessera |
| Идентификатор | Идентификаторtests |
| Версия | Версия20.10.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| tests-20.10.1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tests/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tests</artifactId>
<version>20.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tests/
implementation 'net.consensys.quorum.tessera:tests:20.10.1'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/tests/
implementation ("net.consensys.quorum.tessera:tests:20.10.1")
'net.consensys.quorum.tessera:tests:pom:20.10.1'
<dependency org="net.consensys.quorum.tessera" name="tests" rev="20.10.1">
<artifact name="tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='tests', version='20.10.1')
)
libraryDependencies += "net.consensys.quorum.tessera" % "tests" % "20.10.1"
[net.consensys.quorum.tessera/tests "20.10.1"]