| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаch.codeblock.qrinvoice.tests |
| Идентификатор | Идентификаторqrinvoice-tests-performance |
| Версия | Версия1.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.tests/qrinvoice-tests-performance/ -->
<dependency>
<groupId>ch.codeblock.qrinvoice.tests</groupId>
<artifactId>qrinvoice-tests-performance</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.tests/qrinvoice-tests-performance/
implementation 'ch.codeblock.qrinvoice.tests:qrinvoice-tests-performance:1.7'
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.tests/qrinvoice-tests-performance/
implementation ("ch.codeblock.qrinvoice.tests:qrinvoice-tests-performance:1.7")
'ch.codeblock.qrinvoice.tests:qrinvoice-tests-performance:jar:1.7'
<dependency org="ch.codeblock.qrinvoice.tests" name="qrinvoice-tests-performance" rev="1.7">
<artifact name="qrinvoice-tests-performance" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.codeblock.qrinvoice.tests', module='qrinvoice-tests-performance', version='1.7')
)
libraryDependencies += "ch.codeblock.qrinvoice.tests" % "qrinvoice-tests-performance" % "1.7"
[ch.codeblock.qrinvoice.tests/qrinvoice-tests-performance "1.7"]