| Категории |
КатегорииJUnit Тестирование компонентов centraldogma Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаcom.linecorp.centraldogma |
| Идентификатор | Идентификаторcentraldogma-testing-junit |
| Версия | Версия0.52.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-testing-junit/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-testing-junit</artifactId>
<version>0.52.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-testing-junit/
implementation 'com.linecorp.centraldogma:centraldogma-testing-junit:0.52.3'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-testing-junit/
implementation ("com.linecorp.centraldogma:centraldogma-testing-junit:0.52.3")
'com.linecorp.centraldogma:centraldogma-testing-junit:jar:0.52.3'
<dependency org="com.linecorp.centraldogma" name="centraldogma-testing-junit" rev="0.52.3">
<artifact name="centraldogma-testing-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-testing-junit', version='0.52.3')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-testing-junit" % "0.52.3"
[com.linecorp.centraldogma/centraldogma-testing-junit "0.52.3"]