| Группа | Группаorg.bndly.common.testfixture |
|---|---|
| Идентификатор | Идентификаторorg.bndly.common.testfixture.test-fixture |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| org.bndly.common.testfixture.test-fixture-1.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bndly.common.testfixture/org.bndly.common.testfixture.test-fixture/ -->
<dependency>
<groupId>org.bndly.common.testfixture</groupId>
<artifactId>org.bndly.common.testfixture.test-fixture</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bndly.common.testfixture/org.bndly.common.testfixture.test-fixture/
implementation 'org.bndly.common.testfixture:org.bndly.common.testfixture.test-fixture:1.0.0'
// https://jarcasting.com/artifacts/org.bndly.common.testfixture/org.bndly.common.testfixture.test-fixture/
implementation ("org.bndly.common.testfixture:org.bndly.common.testfixture.test-fixture:1.0.0")
'org.bndly.common.testfixture:org.bndly.common.testfixture.test-fixture:pom:1.0.0'
<dependency org="org.bndly.common.testfixture" name="org.bndly.common.testfixture.test-fixture" rev="1.0.0">
<artifact name="org.bndly.common.testfixture.test-fixture" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bndly.common.testfixture', module='org.bndly.common.testfixture.test-fixture', version='1.0.0')
)
libraryDependencies += "org.bndly.common.testfixture" % "org.bndly.common.testfixture.test-fixture" % "1.0.0"
[org.bndly.common.testfixture/org.bndly.common.testfixture.test-fixture "1.0.0"]